[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs0101-7.cs
1 // CS0101: The namespace `global::' already contains a definition for `Test'
2 // Line: 5
3 // Compiler options: CS0101-7-2.cs
4
5 class Test {}