blob: c117538a945c54e82e4ad17d1b64d791b227108e [file] [log] [blame]
SKIP: FAILED
@group(0) @binding(0) var<storage, read_write> prevent_dce : i32;
fn subgroupExclusiveMul_a23002() -> i32 {
var res : i32 = subgroupExclusiveMul(1i);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_a23002();
}
Failed to generate: