android_mt6572_jiabo/external/clang/test/ASTMerge/Inputs/body1.c
2025-09-05 16:56:03 +08:00

6 lines
39 B
C

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