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