[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-323.cs
blobd0ce8685a222a95a33beaea90d613fc3f916512e
1 class X {
2 enum A : byte {
3 x, y, z
5 const A foo = A.x | A.y;
7 public static void Main () {}