6 lines
55 B
GLSL
6 lines
55 B
GLSL
void foo()
|
|
{
|
|
int a = 7;
|
|
int b = ~(!~++a++);
|
|
}
|
|
|