fork download
  1. const int
  2. a = 3,
  3. b = 7,
  4. c = 8;
  5.  
  6. %:include <stdio.h>
  7. %:define ___ printf
  8. main()<%void _();_();%>void _()<%int __;goto l7;l2:__=a;goto l1;l3:__=c;goto l1;l4:__=b;goto l1;l5:if(a>c)goto l2;else goto l3;l6:if(c>b)goto l3;else goto l4;l7:if(a>b)goto l5;else goto l6;l1:___("%i\n",__);%>
  9.  
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
8