summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1509.cs
blob: 58190e8d2bc302de2dac65b1a66e2eb48aa2ec05 (plain)
1
2
3
4
5
6
7
// CS1509: Referenced assembly file `CS1509-module.dll' is a module. Consider using `-addmodule' option to add the module
// Line: 0
// Compiler options: -r:CS1509-module.dll

class C
{
}