5 lines
90 B
Rust
5 lines
90 B
Rust
|
#[static_assert]
|
||
|
static e: bool = 1 == 2; //~ ERROR static assertion failed
|
||
|
|
||
|
fn main() {}
|