Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[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;