cmake/Tests/RunCMake/AppleTextStubs/main.c

8 lines
55 B

extern int foo(void);
int main()
{
return foo();
}