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