[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / tests / test-static-using-09-lib.cs
1 // Compiler options: -t:library
2
3 public static class Constants
4 {
5         public const long One = 1;
6 }