mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-13 11:16:53 +00:00
7 lines
55 B
GLSL
7 lines
55 B
GLSL
void foo()
|
|
{
|
|
int a = 7;
|
|
int b = ~(!~++a++);
|
|
}
|
|
|