[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs0591-2.cs
blob31df0431f62f502d1fded019301dcf0ce221eb70
1 // CS0591: Invalid value for argument to `System.Runtime.InteropServices.GuidAttribute' attribute
2 // Line: 6
4 using System.Runtime.InteropServices;
6 [Guid ("aaa")]
7 class X {
8 static void Main () {}