android_mt6572_jiabo/ndk/tests/build/flto/jni/flto.c
2025-09-05 16:56:03 +08:00

8 lines
62 B
C

int foo() {
return 0;
}
int main()
{
return foo();
}