Update to recent changes -- mostly testcases failing due to missing ArrayList
[mcs.git] / tests / gtest-autoproperty-04.cs
blob6d5279d810a2d7df1a796b5e7b34b24a84399076
1 // Compiler options: -unsafe
3 namespace N
5 public class BufferManager
7 public unsafe byte *Ptr { get; private set; }
9 public static void Main ()