summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0006.cs
blob: d4ae9fb7778c2a5bc051bf07b98aa5f42352fb77 (plain)
1
2
3
4
5
6
7
// CS0006: Metadata file `a:b' could not be found
// Line: 0
// Compiler options: -r:a:b

class C
{
}