Select Git revision
r010110110.c

chrg authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
r010110110.c 594 B
// 0 inline variable a at ("test/cases/small/for.c": line 1)
// 1 remove static at ("test/cases/small/for.c": line 1)
// 0 remove initializer at ("test/cases/small/for.c": line 4)
// 1 reduce to left at ("test/cases/small/for.c": line 4)
// 1 remove empty declaration at ("test/cases/small/for.c": line 4)
// 0 remove empty compound at ("test/cases/small/for.c": line 4)
// 1 remove the for loop at ("test/cases/small/for.c": line 4)
// 1 expand compound statment at ("test/cases/small/for.c": line 4)
// 0 remove empty compound at ("test/cases/small/for.c": line 3)
int a = 0;
int main()
{
}