Skip to content
Snippets Groups Projects
r01.c 189 B
Newer Older
  • Learn to ignore specific revisions
  • // 0 remove variable printf at ("test/cases/small/declaration.c": line 1)
    // 1 remove statement at ("test/cases/small/declaration.c": line 4)
    
    int printf(const char *, ...);
    int main()
    {
    }