blob: 785a006c6462e08e35a59b31c00584895fdbfd87 [file] [log] [blame]
var<workgroup> arg_0 : atomic<i32>;
fn atomicExchange_e114ba() {
var res : i32 = atomicExchange(&(arg_0), 1);
}
@compute @workgroup_size(1)
fn compute_main() {
atomicExchange_e114ba();
}