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