blob: 097f5cd8e586e2ca523879d46f23c5f62e041f66 [file] [log] [blame]
pub fn main() {
if cfg!(not()) { } //~ ERROR E0805
}