[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-883.cs
blob63d6e20a57d6ae04fa4a6619c792644592c17724
1 // Compiler options: -r:test-883-lib.dll -t:library
3 public enum E
5 TestField = 3
8 public class Second
10 public void TestFinal ()
12 TestClass.Foo (E.TestField);