expression.glsl 84 B

12345
  1. void foo()
  2. {
  3. int a = 1 + 2 * 3 + (4 - 2) / 2 + max(7, 8) - bar.xy + abc[13];
  4. }