00054.c (146B)
1 enum E { 2 x, 3 y, 4 z, 5 }; 6 7 int 8 main() 9 { 10 enum E e; 11 12 if(x != 0) 13 return 1; 14 if(y != 1) 15 return 2; 16 if(z != 2) 17 return 3; 18 19 e = x; 20 return e; 21 } 22
boot2Playing with the boostrap | |
| git clone https://git.ryansepassi.com/git/boot2.git | |
| Log | Files | Refs | README |