summary refs log tree commit diff
path: root/src/test/run-pass/dead-code-one-arm-if.rs
blob: f79072068da54982a65ad0edf495f235af74a0ee (plain)
1
2
3
4
5



// -*- rust -*-
fn main() { if 1 == 1 { ret; } #debug("Paul is dead"); }