[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-350.cs
blob88eb62de1be32c7f0108aeebe2fab113a2653818
1 using System;
3 public class A
5 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property)]
6 public class BAttribute : Attribute
12 [A.B()]
13 public class C
15 public static void Main () {}