blob: dfce4dd80b7e8668be683c82356c03e8bfc8ca34 [file] [log] [blame]
SKIP: FAILED
var<workgroup> arg_0 : atomic<u32>;
fn atomicMin_69d383() {
var res : u32 = atomicMin(&(arg_0), 1u);
}
[[stage(compute)]]
fn compute_main() {
atomicMin_69d383();
}
Failed to generate: unable to convert type: __atomic__u32