aboutsummaryrefslogtreecommitdiff
path: root/tests/twopart_main.cpp
blob: 6fac53c6ad8601e37dd281cae2232d1a374e345c (plain)
1
2
3
4
5
6
7
8
extern void theFunc(char *str);

int main() {
  theFunc("hello from main");
  return 1;
}