Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / gtest-exmethod-35.cs
blob2905e5e539ff4e614ce59b04662489751570cb00
1 // Compiler options: -r:System.Core.dll -r:gtest-exmethod-35-lib.dll
3 using System;
5 static class A
7 public static void Test (this int v)
11 public static void Main ()