Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / test-759.cs
blob43ab7ced44ff3b0057db9da2275b269ff34e152d
1 // Compiler options: -r:test-759-lib.dll
3 using System;
5 class B
7 public static void Main ()
9 Console.WriteLine (E.Value);