[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-587.cs
blob65e34026c67e5872b660a7fc3314e75b8e279f7b
1 class Program
3 public static int Main ()
5 int ctc_f = 0;
7 if ((++ctc_f == 0 && false)) {
8 return 1;
9 } else if (false && +ctc_f == 0) {
10 return 2;
11 } else {
12 if (ctc_f != 1) {
13 return 3;
16 return 0;