8 lines
111 B
Rust
8 lines
111 B
Rust
|
|
|
|
|
|
// -*- rust -*-
|
|
// xfail-stage0
|
|
pred f(q: int) -> bool { ret true; }
|
|
|
|
fn main() { let x = 0; check (f(x)); } |