CMake/Tests/Module/CheckIPOSupported-C/foo.c
2023-10-26 09:20:45 -04:00

5 lines
33 B
C

int foo(void)
{
return 0x42;
}