rust/src/test/run-pass/dead-code-one-arm-if.rs

6 lines
76 B
Rust
Raw Normal View History

2010-06-23 21:03:09 -07:00
// -*- rust -*-
fn main() { if 1 == 1 { ret; } #debug("Paul is dead"); }