repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
tests
/
gtest-498.cs
blob
4259c81512f0f7c579fa98a8491e8110b312002b
1
// Compiler options: -r:gtest-498-lib.dll
2
3
class
A
:
C
<
int
>
4
{
5
public
A
()
6
{
7
base
.
size
=
100
;
8
}
9
10
public static int
Main
()
11
{
12
ssize
=
101
;
13
return
0
;
14
}
15
}
16