blob: c0e04d2c973438a3d28bb55a5cf40449453311b7 [file] [log] [blame]
// run-pass
pub fn main() {
if false {
println!("{}", "foobar");
}
}