#!/usr/local/bin/tcc -run #include void int main(){ goto N; printf("表示されない"); N: printf("表示される"); return 0; }