mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
7 lines
76 B
GLSL
7 lines
76 B
GLSL
void main()
|
|
{
|
|
int b = 0;
|
|
for (int a = 0; true; a++)
|
|
b++;
|
|
}
|
|
|