ladybird/Userland/Libraries/LibGLSL/Tests/parser/expression.glsl
2023-08-18 15:29:48 +02:00

5 lines
84 B
GLSL

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