rust/tests/ui/non_minimal_cfg2.rs

7 lines
59 B
Rust
Raw Normal View History

#![allow(unused)]
#[cfg(all())]
fn all() {}
fn main() {}