(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0619-8.cs
blobe947519a541acd540ca55327381bf074b1e1f2c3
1 // cs0619.cs: 'ObsoleteStruct ' is obsolete: 'Obsolete struct'
2 // Line: 7
3 // Compiler options: -reference:CS0619-8-lib.dll
5 interface I
7 int Foo (int arg1, ObsoleteStruct arg2);