2003-02-13 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / cs0644.cs
1 // cs0644.cs: Cannot inherit from special class
2 // Line: 3
3 class X : System.ValueType {
4 }