blob: c2190ea80fc25e3e4ea59b59b34bfa51218a9da4 [file] [log] [blame]
var<workgroup> arg_0 : atomic<u32>;
fn atomicMin_69d383() {
var res : u32 = atomicMin(&(arg_0), 1u);
}
[[stage(compute)]]
fn compute_main() {
atomicMin_69d383();
}