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