[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1671-2.cs
blob2ddf12d2c117ee3dfe08f808f6b6eb4ed4f176d0
1 // CS1671: A namespace declaration cannot have modifiers or attributes
2 // Line : 14
4 using System;
6 [assembly: CLSCompliant (false)]
8 namespace N
12 [assembly: Obsolete]
14 namespace M
18 public class C {
19 public static void Main () {}