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