"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0414-2.cs
blob3b9b79a83219e97976baa02e5e3ca6e25721937b
1 // CS0414: The private field `X.o' is assigned but its value is never used
2 // Line: 14
3 // Compiler options: -warnaserror -warn:3
5 partial class X
7 public static void Main ()
12 partial class X
14 int o = 4;