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