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