[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0841-4.cs
blob9aa926454939949b20ebec00ea9aafb56ba8addb
1 // CS0841: A local variable `v' cannot be used before it is declared
2 // Line: 9
5 public class Test
7 static void Main ()
9 var v = ++v;