[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-422.cs
blobf776bac7a219a1a5dfc8fd787dcbec76960b3ada
1 using System;
3 namespace HelloWorld {
4 public class MainClass {
5 private static readonly bool _trueThat = _trueThat = CheckTrueThat();
7 public static void Main(string[] args)
11 static bool CheckTrueThat()
13 return true;