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