[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-532-lib.cs
blob2f3db357b1f4d2c420115a0f61d3945ec96c3702
1 // Compiler options: -t:library
3 public interface IServicesContainer
5 void Register<I, T> () where T : I;
6 void Register<I> (object instance);