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