summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0596-2.cs
blob: 623b481109e8fb205b9c0bb1d66f436203a3e790 (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]
interface I
{
}