Skip to content
Snippets Groups Projects
r000001.c 419 B
Newer Older
  • Learn to ignore specific revisions
  • chrg's avatar
    chrg committed
    // 0 remove function add at ("test/cases/small/add.c": line 1)
    // 0 remove statement at ("test/cases/small/add.c": line 2)
    // 0 reduce to left at ("test/cases/small/add.c": line 2)
    // 0 reduce to right at ("test/cases/small/add.c": line 2)
    
    chrg's avatar
    chrg committed
    // 0 replace by zero at ("test/cases/small/add.c": line 2)
    
    chrg's avatar
    chrg committed
    // 1 remove statement at ("test/cases/small/add.c": line 6)
    
    int add(int a, int b)
    {
        return a + b;
    }
    int main()
    {
    }