[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-321.cs
blobe3dc808dc3e768c8633b960372c02bbff0f7e9f6
1 using System;
3 struct X : IDisposable {
4 public void Dispose ()
8 public static void Main ()
10 X x = new X ();
11 using (x)