[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-749.cs
blob0e00d443e6b296e679f0792669ddb498cfe4061b
1 // Compiler options: -r:test-749-lib.dll
3 using System;
5 class M
7 public static void Main ()
9 B b = new B ();
10 b.Prop = 2;