[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-772.cs
blob031d81d7446adb64f41776139fa1d1c352bd53ab
1 using System;
3 public class Test
5 public static void Main ()
7 Foo fu = new Foo (null);
11 class Foo
13 public Foo (object o)
15 throw new ApplicationException ("wrong ctor");
18 public Foo (string s, params object[] args)