10 lines
118 B
C#
Raw Normal View History

// Compiler options: -r:gtest-583-lib.dll
public class Test
{
public static void Main ()
{
new C<short> ();
}
}