mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-24 01:35:29 -04:00
7 lines
60 B
C
7 lines
60 B
C
char* foo = "Foo";
|
|
|
|
int SomeFunctionInFoo()
|
|
{
|
|
return 5;
|
|
}
|