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