blob: c7d173388a5fe849516e1a92f2321d010152838b [file] [log] [blame]
#![feature(stmt_expr_attributes)]
#[rustfmt::skip]
fn main() {
#[clippy::author]
{
;;;;
}
}
#[clippy::author]
fn foo() {
let x = 42i32;
-x;
}