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
remove NotWorking
[mcs.git]
/
tests
/
gtest-017-lib.cs
blob
f128e6228630269468c013860177ef7d0386c480
1
// Compiler options: -t:library
2
3
public class
Stack
4
{
5
public
Stack
()
6
{ }
7
8
public void
Hello
<
T
> (
T t
)
9
{ }
10
}