[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0219-5.cs
blobc7c63f5233f86e8b88e8356bfe0aa2a3e2eed170
1 // CS0219: The variable `next' is assigned but its value is never used
2 // Line: 9
3 // Compiler options: -warn:3 -warnaserror
5 class A
7 public static void Main ()
9 int n\U00000065xt = 0;