Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / test-named-11.cs
bloba01d2883b9c88cdc71fffec0da095de9799b9a34
1 // Compiler options: -langversion:7.2
3 class X
5 public static void Main ()
7 Test (arg: 1, "");
10 static void Test (int arg, string str)