6 lines
90 B
Rust
6 lines
90 B
Rust
|
#[static_assert]
|
||
|
static a: bool = false; //~ ERROR static assertion failed
|
||
|
|
||
|
fn main() {
|
||
|
}
|