Skip to content
Snippets Groups Projects
r000001110.c 607 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
    // 1 remove empty declaration at ("test/cases/small/for.c": line 4)
    
    chrg's avatar
    chrg committed
    // 1 remove empty compound at ("test/cases/small/for.c": line 4)
    
    chrg's avatar
    chrg committed
    // 1 remove the for loop at ("test/cases/small/for.c": line 4)
    // 0 expand compound statment at ("test/cases/small/for.c": line 4)
    
    chrg's avatar
    chrg committed
    
    static int a = 0;
    int main()
    {
        {
        }
    }