2021-06-18 18:56:13 +00:00
|
|
|
SKIP: FAILED
|
|
|
|
|
|
|
|
|
2021-06-18 18:56:13 +00:00
|
|
|
var<workgroup> arg_0 : atomic<u32>;
|
|
|
|
|
|
|
|
fn atomicStore_726882() {
|
|
|
|
atomicStore(&(arg_0), 1u);
|
|
|
|
}
|
|
|
|
|
|
|
|
[[stage(compute)]]
|
|
|
|
fn compute_main() {
|
|
|
|
atomicStore_726882();
|
|
|
|
}
|
|
|
|
|
2021-06-18 18:56:13 +00:00
|
|
|
Failed to generate: unable to convert type: __atomic__u32
|