[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / tests / gtest-498-lib.cs
1 // Compiler options: -t:library
2
3 public class C<T>
4 {
5         protected int size;
6         protected internal static double ssize;
7 }