rust/tests/ui/conditional-compilation/module_with_cfg.rs
2023-04-15 16:11:42 -07:00

4 lines
81 B
Rust

// ignore-test (auxiliary, used by other tests)
#![cfg_attr(all(), cfg(FALSE))]