blob: 6fac53c6ad8601e37dd281cae2232d1a374e345c [file]
extern void theFunc(char *str);
int main() {
theFunc("hello from main");
return 1;
}