int main(int argc, char **argv) {
          goto L_0001;
          int zero(int i)
{
          if (i != 0) goto L_0002;
L_0002:
          return(0);
}
L_0001:
          if (!(zero(1))) goto L_0003;
//           EVENT 0x000f
L_0003:
          if (!(zero(0))) goto L_0004;
          exit(0);
L_0004:
