blob: a3c073a5e7ac8a3b0e4410bafe972b1bdb20fc5a [file] [log] [blame]
extern "C" void hello(void);
int main(int argc, char **argv) {
hello();
return 0;
}