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-172.cs
blob
9d119526c0b1e4313535a43dd00d42b2211d1894
1
// Compiler options: /r:gtest-172-lib.dll
2
class
M
{
3
static void
Main
() {
4
A
<
int
>
x
=
A
<
int
>.
Nil
.
_N_constant_object
;
5
}
6
}
7