blob: c0e42233623c8a3a3866e7cf7c0de2e1d90baf9d [file] [log] [blame]
#[warn(unconditional_panic)]
fn main() {
println!("Hello, world {}!", 1 / 0);
}