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

7 lines
47 B
C

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