rust/src/test/run-pass/while-flow-graph.rs

3 lines
78 B
Rust

fn main() { let int x = 10; while (x == 10 && x == 11) { auto y = 0xf00; } }