[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0642.cs
blob5ea07e6c35da7cf8329d20afaf8e11ff576b038f
1 // CS0642: Possible mistaken empty statement
2 // Line: 7
3 // Compiler options: -warnaserror -warn:3
5 class X{
6 static void Main ()
8 if (true);