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
Merge pull request #1861 from saper/home-override
[mono-project.git]
/
mcs
/
tests
/
gtest-265.cs
blob
f2d2e45f1381fb1a9a17438b53f812de93cadd9d
1
// Compiler options: -r:gtest-265-lib.dll
2
3
class
Test
4
{
5
public static void
Main
()
6
{
7
A x
=
new
A
();
8
x
.
Whoa
<
int
> (
null
);
9
}
10
}