Properly initialize a rgctx template. Fixes bxc #1147.
[mono-project.git] / mcs / errors / cs0110-2.cs
blobcb069f15e7d78798f9c58245fe282ffb8dba012a
1 // cs0110.cs: The evaluation of the constant value for `E.a' involves a circular definition
2 // Line: 6
4 enum E
6 a = b,
7 b = c,
8 c = a