Update dependencies from https://github.com/dotnet/arcade build 20190729.1 (#15881)
[mono-project.git] / mcs / tests / test-320.cs
blob57981fb8f751a884bb8acd54a0f33fb9c643e68d
1 // Compiler options: -unsafe
4 using System;
6 unsafe class X {
8 unsafe public X (sbyte *value, int startIndex, int length) {
11 public static void Main ()
13 new X ((sbyte*)null, 0, 10);