Switch to compiler-tester
[mono.git] / mcs / tests / test-361-p2.cs
1 // Subordinate test file for test-361.cs
2
3 using System;
4 [AttributeUsage (AttributeTargets.Class)]
5 class X : Attribute { }