[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / dtest-053.cs
blob938e972bbf6484990191d52ed7078f44b061dc21
1 using System;
3 class TestAttribute : Attribute
5 public TestAttribute (dynamic[] arga)
9 public dynamic[] a;
12 [Test (null, a = null)]
13 class C
15 public static void Main ()
17 var a = typeof (C).GetCustomAttributes (true)[0];