blob: 1c8175f6cc17b8b8abdfeaa2552876a9f94c6356 [file] [log] [blame]
extern void GoFunc();
int main(int argc, char **argv) {
GoFunc();
}