3 lines
81 B
Rust
3 lines
81 B
Rust
// error-pattern: precondition constraint
|
|
|
|
fn main() { let x: bool; while x { } } |