[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs1056-3.cs
1 // CS1056: Unexpected character `\0001'
2 // Line: 4
3
4 \u0001namespace Test
5 {
6 }