CMake/Tests/SimpleInstallS2/foo.c

7 lines
69 B
C
Raw Normal View History

2004-02-01 20:53:28 +03:00
char* foo = "Foo";
int SomeFunctionInFoo(int i)
{
return i + 5;
}