8 lines
108 B
Rust
8 lines
108 B
Rust
fn main() {
|
|
const {
|
|
#![allow(clippy::assertions_on_constants)]
|
|
|
|
assert!(1 < 2);
|
|
}
|
|
}
|