8 lines
95 B
Rust
8 lines
95 B
Rust
//@ check-pass
|
|
|
|
#[allow(clippy::no_effect)]
|
|
fn main() {
|
|
#[clippy::author]
|
|
[1_u8; 5];
|
|
}
|