[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0164.cs
blobd321f63d77017c4994ad647aa4c8b4fc991ac336
1 // CS0164: This label has not been referenced
2 // Line: 7
3 // Compiler options: -warnaserror -warn:2
5 class X {
6 static void Main () {
7 a:
8 return;