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