mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 06:34:59 +00:00
6 lines
55 B
GLSL
6 lines
55 B
GLSL
void foo()
|
|
{
|
|
int a = 7;
|
|
int b = ~(!~++a++);
|
|
}
|
|
|