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