DEBSOURCES
Skip Quicknav
sources / smlnj / 110.79-8 / ckit / regression / valid-programs / a19.c
12345678910111213
struct X { int x1; int x2; int x3; }; enum Y { x1, x2, x3 }; main() { int x1 = x2; }