foo.c 60 B

123456
  1. char* foo = "Foo";
  2. int SomeFunctionInFoo()
  3. {
  4. return 5;
  5. }