SKIP: FAILED
var<workgroup> arg_0 : atomic<i32>;
fn atomicMax_a89cc3() {
var res : i32 = atomicMax(&(arg_0), 1);
}
[[stage(compute)]]
fn compute_main() {
atomicMax_a89cc3();
Failed to generate: unable to convert type: __atomic__i32