C compiler with embedded metalanguage.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

15 satır
121 B

int x;
int y;
test(){
if (x<10) {
goto l66;;
} else {
y=100;
y++;
l66: // label at end of compound statement
}
}