Merge pull request #5714 from alexischr/update_bockbuild
[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 }