Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / gtest-109.cs
blobec3ff5280dc1e5692207d691d1a8d7f16881d930
1 using System;
3 class X {
4 public static void Main ()
6 int [] foo = null;
7 Array.Resize (ref foo, 10);