blob: d4e73a86930551b85c1cac0e5450c1f34ef5621a [file] [log] [blame] [edit]
extern void theFunc(char *str);
int main() {
theFunc("hello from main");
return 0;
}