CMake/Tests/SimpleInstallS2/foo.c

7 lines
69 B
C

char* foo = "Foo";
int SomeFunctionInFoo(int i)
{
return i + 5;
}