1 // Compiler options: -r:gtest-278-2-lib.dll -t:library
7 public static int Test ()
12 if (D
.Print () != "D")
15 if (G
<int>.Test (5) != 5)
18 if (C
.CC
.Print () != "C+CC")
21 Console
.WriteLine (typeof (C
));
22 Console
.WriteLine (typeof (D
));
23 Console
.WriteLine (typeof (G
<string>));
24 Console
.WriteLine (typeof (C
.CC
).Assembly
.FullName
);