1 void f(); stop()2 void stop() {} 3 main(int argc,char const * argv[])4 int main(int argc, char const *argv[]) { 5 f(); 6 return 0; 7 } 8