rust/tests/ui/non_minimal_cfg2.rs
2023-05-20 00:37:08 +02:00

7 lines
59 B
Rust

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