summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0596.cs
blob: 26b00a56632f10709e8026b310705fe4e23bfcac (plain)
1
2
3
4
5
6
7
// CS0596: The Guid attribute must be specified with the ComImport attribute
// Line: 4

[System.Runtime.InteropServices.ComImportAttribute]
class C
{
}