llvm-for-llvmta/tools/clang/test/ASTMerge/codegen-body/Inputs/body1.c

7 lines
39 B
C

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