// cs0647: Format of GUID is invalid // Line: 5 using System.Runtime.InteropServices; [Guid ("aaa")] class X { static void Main () {} }