[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-013-lib.cs
blobe535bbe394e256d92c948d988436c23415457955
1 // Compiler options: -t:library
3 public class Stack<S>
5 public void Hello (S s)
6 { }