Skip to content
Snippets Groups Projects
main.c 63 B
Newer Older
  • Learn to ignore specific revisions
  • chrg's avatar
    chrg committed
    static int a = 0;
    int main()
    {
        for (a = 0;;)
        {
        }
    }