[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-410-lib.cs
blob82eb4bb1c8b2f9bce2426b3007c5e1d3d9302198
1 // Compiler options: -t:library
3 namespace Q {
4 public class A {
5 public static new string ToString() {
6 return "Hello world!";