repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
gtest-172.cs
blob
13ca9e89142a439330bf76871fdf7efdf819b4e6
1
// Compiler options: /r:gtest-172-lib.dll
2
class
M
{
3
public static void
Main
() {
4
A
<
int
>
x
=
A
<
int
>.
Nil
.
_N_constant_object
;
5
}
6
}
7