[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-317.cs
blob84676a46ff0f6f3db29f4ab6e4fc4d19ee957f1d
1 // Compiler options: /warn:4 /warnaserror
2 interface IFoo
4 void Test (int t);
7 interface IBar : IFoo
9 new int Test (int t);
12 class X
14 public static void Main ()
15 { }