[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0591-6.cs
blobb9a4b2eac6dc2107f7838d2c7a8b11494688c855
1 // CS0591: Invalid value for argument to `System.Runtime.CompilerServices.MethodImplAttribute' attribute
2 // Line: 8
4 using System.Runtime.CompilerServices;
6 class Program
8 [MethodImpl((MethodImplOptions)255)]
9 void Foo()