mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-18 23:12:02 +00:00
6 lines
55 B
GLSL
6 lines
55 B
GLSL
void foo()
|
|
{
|
|
int a = 7;
|
|
int b = ~(!~++a++);
|
|
}
|
|
|