allwinner_a64/android/external/clang/test/ASTMerge/Inputs/body1.c
2018-08-08 16:14:42 +08:00

6 lines
39 B
C

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