linux-packaging-mono/mcs/tests/support-361.cs

6 lines
122 B
C#
Raw Normal View History

// Subordinate test file for test-361.cs
using System;
[AttributeUsage (AttributeTargets.Class)]
class X : Attribute { }