Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
main.c 63 B
static int a = 0;
int main()
{
    for (a = 0;;)
    {
    }
}