repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
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
}