update readme (#21797)
[mono-project.git] / mcs / errors / cs0644.cs
blob12036a7737e27856535e1559b761d16bfaac3646
1 // CS0644: `X' cannot derive from special class `System.ValueType'
2 // Line: 3
3 class X : System.ValueType {