extern "C" void hello(void);

int main(int argc, char **argv) {
    hello();
    return 0;
}
