int main(){ goto print_hi; back: goto print_hi; back: goto print_hi; back: return 0; print_hi: printf("hi\n"); goto back; }