1 2 3 4 5 6 7 8 9 10
// Compiler options: -r:gtest-470-lib.dll class C { public static void Main () { var x = new B (); x.Foo<C> (); } }