[appletls] Trust SecTrustResult.Proceed as well. Fixes #58411.
[mono.git] / mono / tests / TestingReferenceAssembly.cs
1 using System.Runtime.CompilerServices;
2
3 [assembly: ReferenceAssemblyAttribute]
4
5 public class X {
6         public int Y;
7 }