mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-08 08:44:22 +00:00
9 lines
84 B
GLSL
9 lines
84 B
GLSL
bool foo()
|
|
{
|
|
if (1 == 2)
|
|
return true;
|
|
else
|
|
return false;
|
|
}
|
|
|