blob: 3f84929a00e4f4e5a1896ab93cf6a55946b83c17 [file] [log] [blame]
#![feature(stmt_expr_attributes)]
fn main() {
let _ = #[cfg(FALSE)] if true {}; //~ ERROR removing an expression
}