blob: 46c7edc63a497f232163a36444a1926b5765932f [file]
// -*- rust -*-
fn main() { if 1 == 1 { return; } debug!("Paul is dead"); }