[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs0103-4.cs
1 // CS0103: The name `de' does not exist in the current context
2 // Line: 4
3
4 [assembly: System.Reflection.AssemblyCulture(de)]
5 public class Hello {
6 }