[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-192.cs
blob498dbd125a4c59a6510859045e304bdfd635bdd8
1 //
2 // Tests that we validate the unchecked state during constatn resolution
3 //
4 class X {
5 public static void Main ()
7 unchecked {
8 const int val = (int)0x800B0109;