2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs0110-2.cs
blob342d990ca007383229ff9b769d4ada72058e96b4
1 // cs0110.cs: The evaluation of the constant value for `E.c' involves a circular definition
2 // Line: 6
4 enum E
6 a = b,
7 b = c,
8 c = a