[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-714.cs
blobd60558e447b7efa6b54ba3a2dce614ca1ad0e8fe
1 using System;
3 class Hello : IFoo
5 void IBar.Test ()
9 public static void Main ()
14 interface IBar
16 void Test ();
19 interface IFoo : IBar