Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / test-446.cs
blob319f20b825eeab7bf16a21f84d5dc69a351ac7e8
1 class FooTest
3 public static void Main ()
5 Foo (0x0L);
8 static void Foo (ulong l1)