7 lines
60 B
C
Raw Normal View History

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