(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0647.cs
blob696e83467cba7b6182d6e6651d7ce931626177a0
1 // cs0647: Format of GUID is invalid
2 // Line: 5
3 using System.Runtime.InteropServices;
5 [Guid ("aaa")]
7 class X {
8 static void Main () {}