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