[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-tuple-04.cs
blob0b5b6ae9910b6a9848e2ce4247328d080f268e61
1 // Compiler options: -r:test-tuple-04-lib.dll
3 class Test
5 public static int Main ()
7 var x = X.Test1 ();
8 if (x.b != true)
9 return 1;
11 var z = X.Field;
12 if (z.z != false)
13 return 2;
15 return 0;