2021-06-18 18:56:13 +00:00
|
|
|
SKIP: FAILED
|
|
|
|
|
|
|
|
|
2021-06-18 18:56:13 +00:00
|
|
|
var<workgroup> arg_0 : atomic<i32>;
|
|
|
|
|
|
|
|
fn atomicStore_8bea94() {
|
|
|
|
atomicStore(&(arg_0), 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
[[stage(compute)]]
|
|
|
|
fn compute_main() {
|
|
|
|
atomicStore_8bea94();
|
|
|
|
}
|
|
|
|
|
2021-06-18 18:56:13 +00:00
|
|
|
Failed to generate: error: unknown type in EmitType
|