summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstallS2/foo.c
blob: 5c7c3e6318446eef395738f90ffa39ffa3ac9863 (plain)
1
2
3
4
5
6
char* foo = "Foo";

int SomeFunctionInFoo(int i)
{
  return i + 5;
}