Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / test-944.cs
blob4aff1f8b6d9e60fded2b00c31251bb26690f8c93
1 // Compiler options: -r:test-944-lib.dll
3 public class Class2
5 public static void Main ()
7 var writer = new Class1();
8 byte[] bytes = writer.Finalize();