1 2 3 4 5 6 7 8 9 10 11
// CS0677: `X.e': A volatile field cannot be of the type `E' // Line: 10 enum E : long { } class X { volatile E e; }