6_7_2_2_01_enum_restart.c (75B)
1 int test_main(void) { 2 enum C { X = 20, Y, Z = 20, W }; 3 return Y + W; 4 }