[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0168.cs
blobee193bafa79b7a2741016976cc937d05d6b5273a
1 // CS0168: The variable `p' is declared but never used
2 // Line: 9
3 // Compiler options: -warn:3 -warnaserror
5 class Main
7 public void Method (int i)
9 long p;