[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs0644.cs
1 // CS0644: `X' cannot derive from special class `System.ValueType'
2 // Line: 3
3 class X : System.ValueType {
4 }