[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / tests / test-734-lib.cs
1 // Compiler options: -target:library
2
3 public abstract class C
4 {
5         protected volatile bool run = true;
6 }