cleol
[mcs.git] / tests / test-320.cs
blob6665cd723b4e37a0bfbe9ed73300f1465156d4ed
1 // Compiler options: -unsafe
4 using System;
6 unsafe class X {
8 unsafe public X (sbyte *value, int startIndex, int length) {
11 static void Main ()
13 new X ((sbyte*)null, 0, 10);