rust/tests/ui/conditional-compilation/module_with_cfg.rs
2024-02-16 20:02:50 +00:00

4 lines
82 B
Rust

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