var arg_0 : atomic; fn atomicAnd_34edd3() { var res : u32 = atomicAnd(&(arg_0), 1u); } @compute @workgroup_size(1) fn compute_main() { atomicAnd_34edd3(); }