CMake/Tests/SimpleInstall/foo.c
2004-02-04 09:42:50 -05:00

7 lines
60 B
C

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