CMake/Tests/SimpleInstall/foo.c

7 lines
60 B
C
Raw Permalink Normal View History

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