1 // Compiler options: -r:gtest-232-lib.dll
6 public static int Main ()
8 A
<int>.B
<bool>.C
<string> v_1
= Factory
.Create_1 ();
11 v_1
= new A
<int>.B
<bool>.C
<string> ();
13 A
<int>.B2
.C
<string> v_2
= Factory
.Create_2 ();
15 v_2
= new A
<int>.B2
.C
<string> ();
17 A
<int>.B2 v_3
= Factory
.Create_3 ();
19 v_3
= new A
<int>.B2 ();