unary-expression.glsl 55 B

123456
  1. void foo()
  2. {
  3. int a = 7;
  4. int b = ~(!~++a++);
  5. }