summaryrefslogtreecommitdiffstats
path: root/Tests/SubDir/AnotherSubdir/secondone.c
blob: b55d05f434b6c9b471540735f3d8c434b5b2f84f (plain)
1
2
3
4
const char* secondone()
{
  return "Hello again";
}