Merge pull request #4928 from kumpera/ptr_to_struct_intrinsic
[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