#include extern int hello(void); int main() { hello(); return 0; }