[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-541.cs
blob6b024228830ff4be07e66e868fa3c88e580e4671
1 using System;
3 class ClassMain
5 delegate void D (int i);
7 public static void Main ()
9 if (true) {
10 const bool test = false;
11 } else {
12 test = false;
15 D d = delegate (int test) { };
18 static bool test {
19 set {