mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 14:30:27 +00:00
7 lines
60 B
C
7 lines
60 B
C
char* foo = "Foo";
|
|
|
|
int SomeFunctionInFoo()
|
|
{
|
|
return 5;
|
|
}
|