[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-543-lib.cs
blob39411e7c3f2b0572f4d21840066e60d40bb03aea
1 // Compiler options: -t:library
3 public class ExternClass
5 public bool this [string s, params string[] items]
7 set { }