[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0591-5.cs
blob964dca945c43052a6e337a34646acd9664e7b120
1 // CS0591: Invalid value for argument to `System.Runtime.CompilerServices.MethodImplAttribute' attribute
2 // Line: 8
4 using System.Runtime.CompilerServices;
6 class Test
8 [MethodImplAttribute(445)]
9 public void test ()