[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / tests / gtest-exmethod-25.cs
1 // Compiler options: -r:gtest-exmethod-25-lib.dll
2
3 using lib1;
4
5 public class Bar
6 {
7         public static void Main ()
8         {
9                 "a".Extend ();
10         }
11 }