[interp] Don't check for exception in native wrappers (#14184)
[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;