• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void test() {
2    int x;
3    switch (x) { case 0: atomicUint[7] a, b = a; }
4}
5
6/*%%*
7atomics are only permitted in workgroup variables and writable storage blocks
8atomics are only permitted in workgroup variables and writable storage blocks
9opaque type 'atomicUint[7]' cannot use initializer expressions
10*%%*/
11