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