blob: 12911c7b7c81f0776f092509757830ce6fc595cd [file] [log] [blame] [edit]
//@ check-pass
mod module_with_cfg;
mod module_with_cfg {} // Ok, the module above is configured away by an inner attribute.
fn main() {}