2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0647-15.cs
blobc6a6b871bbd2df309b7ed7649a02f1ce456803a7
1 // cs0647.cs: Error during emitting `System.Runtime.CompilerServices.MethodImplAttribute' attribute. The reason is `Incorrect argument value.'
2 // Line: 8
4 using System.Runtime.CompilerServices;
6 class Test
8 [MethodImplAttribute(444)]
9 public void test ()