[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / tests / test-759.cs
1 // Compiler options: -r:test-759-lib.dll
2
3 using System;
4
5 class B
6 {
7         public static void Main ()
8         {
9                 Console.WriteLine (E.Value);
10         }
11 }