pet_codegen.c: add missing include
[pet.git] / tests / autodetect / loop1.c
blob240af0ce7051a7b4338cf65375a8f6832c2fb807
1 void foo()
3 int a;
5 for (;;) {
6 loop: goto loop;
7 a = 5;