Welcome to mirror list, hosted at ThFree Co, Russian Federation.

support-361.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99ea411a7917a14d57ecb653464ac6e97f582340 (plain)
1
2
3
4
5
// Subordinate test file for test-361.cs

using System;
[AttributeUsage (AttributeTargets.Class)]
class X : Attribute { }