[ci] Small improvements for run-jenkins and collect-coverage. (#5669)
[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 }