Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / gtest-257.cs
blobc2cccfa25b6994c5d8d76d6b91fedbcc9276e451
1 using System;
3 public class Tests
5 public static void Main ()
7 int? dummy = null;
9 Console.WriteLine ("Hello: " + dummy);