mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 07:14:58 +00:00
5 lines
84 B
GLSL
5 lines
84 B
GLSL
void foo()
|
|
{
|
|
int a = 1 + 2 * 3 + (4 - 2) / 2 + max(7, 8) - bar.xy + abc[13];
|
|
}
|
|
|