[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0400.cs
blobe279709e45513be6a3807a04f5ecdf6614713870
1 // CS0400: The type or namespace name `N' could not be found in the global namespace. Are you missing an assembly reference?
2 // Line: 8
4 class C
6 public static void Main()
8 global::N n = null;