[appletls] Trust SecTrustResult.Proceed as well. Fixes #58411.
[mono.git] / mcs / tests / gtest-606.cs
1 // Compiler options: -r:gtest-606-lib.dll
2
3 class X
4 {
5         static void Main()
6         {
7                 SD<int, int>.S.E f;
8         } 
9 }