Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-172.cs
1 // Compiler options: /r:gtest-172-lib.dll
2 class M {
3   public static void Main () {
4     A <int> x = A<int>.Nil._N_constant_object; 
5   }
6 }
7