[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-937.cs
blobcc30b15d8e49d7c1281152b4668368ac63e24762
1 // Compiler options: /noconfig /nostdlib -r:$REF_DIR/Facades/System.Runtime.dll -r:$REF_DIR/mscorlib.dll
3 using System;
5 class TypeForwarderOfSystemObject
7 void TestAttributeReadDoesNotCrash ()
9 System.Runtime.InteropServices.Marshal.ReadByte (IntPtr.Zero, 0);
12 static void Main ()