blob: c23fab747ed0b1d493d06cac8b2de8986632e217 [file] [log] [blame]
void test() {
int x;
switch (x) { case 0: atomicUint[7] a, b = a; }
}
/*%%*
atomics are only permitted in workgroup variables and writable storage blocks
atomics are only permitted in workgroup variables and writable storage blocks
opaque type 'atomicUint[7]' cannot use initializer expressions
*%%*/