blob: a5c138528c91332edcc06ce3440438b90aee8fae [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a = 1;
let b = 0;
let r : i32 = (a / b);
}