llvm-project/clang/test/ASTMerge/Inputs/body1.c

7 lines
39 B
C

int f();
int main()
{
return f();
}