Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / tests / support-361.cs
1 // Subordinate test file for test-361.cs
2
3 using System;
4 [AttributeUsage (AttributeTargets.Class)]
5 class X : Attribute { }