blob: f524442f9a8034732bed21fb97e3b2cf6e617985 [file] [log] [blame]
SKIP: FAILED
var<workgroup> arg_0 : atomic<u32>;
fn atomicLoad_361bf1() {
var res : u32 = atomicLoad(&(arg_0));
}
[[stage(compute)]]
fn compute_main() {
atomicLoad_361bf1();
}
Failed to generate: unable to convert type: __atomic__u32