Files
cmake/Tests/Module/CheckIPOSupported-C/main.c
T

10 lines
77 B
C

int foo();
int main()
{
if (foo() == 0) {
return 1;
}
return 0;
}