a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
17 lines
165 B
C#
17 lines
165 B
C#
// Compiler options: -r:gtest-498-lib.dll
|
|
|
|
class A : C<int>
|
|
{
|
|
public A ()
|
|
{
|
|
base.size = 100;
|
|
}
|
|
|
|
public static int Main ()
|
|
{
|
|
ssize = 101;
|
|
return 0;
|
|
}
|
|
}
|
|
|