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
bring Mono Security to monotouch
[mcs.git]
/
tests
/
gtest-003.cs
blob
8a2e5377c492e4f808ebed6ae0ff9da6269fb932
1
class
Stack
<
T
> {
2
}
3
4
class
Test
{
5
}
6
7
class
T
{
8
Stack
<
Test
>
a
;
9
10
static void
Main
()
11
{
12
}
13
}