[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[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);