blob: 1192d80643411e472537c5443247d17f0ec05170 [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a = 1;
let b = 2;
let r : i32 = a / b;
}