"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0677-5.cs
bloba6d22486408b3cce358a7fb38d18213843e0f38b
1 // CS0677: `X.e': A volatile field cannot be of the type `E'
2 // Line: 10
4 enum E : long
8 class X
10 volatile E e;