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