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
2009-10-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
gtest-013.cs
blob
3a248e61a67581fc861978530e3e5b127d72641e
1
// Compiler options: -r:gtest-013-lib.dll
2
3
public class
X
4
{
5
Stack
<
int
>
stack
;
6
7
void
Test
()
8
{
9
stack
.
Hello
(
3
);
10
}
11
12
static void
Main
()
13
{ }
14
}