[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1681.cs
blob097ed8b18e9847c9e1275f8a4edb3d7438283d67
1 // CS1681: The global extern alias cannot be redefined
2 // Line: 3
3 extern alias global;
4 using System;
6 public class Test
8 static void Main ()