summary refs log tree commit diff stats
path: root/tests/cpp/foo.c
blob: 84fbbccd018cb299f51556d3c6bb98a8360b9fbb (plain) (blame)
1
2
3
4
char* myFunc() {
  return "Hello world";
}