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