blob: 2022c38028a38edb13992884f5d1b7c047fd07eb [file] [log] [blame]
SKIP: FAILED
var<workgroup> arg_0 : atomic<i32>;
fn atomicOr_d09248() {
var res : i32 = atomicOr(&(arg_0), 1);
}
[[stage(compute)]]
fn compute_main() {
atomicOr_d09248();
}
Failed to generate: unable to convert type: __atomic__i32