Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
r0001.c 368 B
// 0 remove function add (42) at ("test/cases/small/declaration.c": line 1)
// 0 remove function printf (42) at ("test/cases/small/declaration.c": line 1)
// 0 remove function test (12) at ("test/cases/small/declaration.c": line 2)
// 1 remove parameter at ("test/cases/small/declaration.c": line 1)
int printf(const char *, ...), add();
int * test();
int main()
{
}