mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 07:14:58 +00:00
8 lines
84 B
GLSL
8 lines
84 B
GLSL
bool foo()
|
|
{
|
|
if (1 == 2)
|
|
return true;
|
|
else
|
|
return false;
|
|
}
|
|
|