Skip to content
Snippets Groups Projects
r0000000.c 494 B
Newer Older
  • Learn to ignore specific revisions
  • chrg's avatar
    chrg committed
    // 0 inline variable a at ("test/cases/small/for.c": line 1)
    
    chrg's avatar
    chrg committed
    // 0 remove static at ("test/cases/small/for.c": line 1)
    
    chrg's avatar
    chrg committed
    // 0 remove initializer at ("test/cases/small/for.c": line 4)
    // 0 reduce to left at ("test/cases/small/for.c": line 4)
    // 0 reduce to right at ("test/cases/small/for.c": line 4)
    
    chrg's avatar
    chrg committed
    // 0 remove empty declaration at ("test/cases/small/for.c": line 4)
    
    chrg's avatar
    chrg committed
    // 0 remove empty compound at ("test/cases/small/for.c": line 4)
    
    chrg's avatar
    chrg committed
    
    static int a = 0;
    int main()
    {
        for (a = 0;;)
        {
        }
    }