Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / test-936.cs
blobae5af06cee236bb6547ec3a1a7ae78319d88f90c
1 // Compiler options: -r:test-936-lib.dll
3 class X
5 public static void Main ()
7 TypeWithIndexer a = new TypeWithIndexer ();
8 var x = a[0];
9 a[0] = x;