Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs0647.cs
blob154bfff54dd9eecb75bcc47badce43afb2921df9
1 // CS0647: Error during emitting `System.Runtime.InteropServices.GuidAttribute' attribute. The reason is `Invalid Guid format: aaa'
2 // Line: 6
4 using System.Runtime.InteropServices;
6 [Guid ("aaa")]
7 class X {
8 static void Main () {}