2007-10-17 Geoff Norton <gnorton@novell.com>
[mono.git] / mcs / errors / cs0596.cs
1 // cs0596.cs: The Guid attribute must be specified with the ComImport attribute
2 // Line: 4
3 \r
4 [System.Runtime.InteropServices.ComImportAttribute]\r
5 class C\r
6 {\r
7 }