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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
gtest-optional-30.cs
blob
7194983a7f9c0976b6efcdc80c86c52f3377ef98
1
// Compiler options: -r:gtest-optional-30-lib.dll
2
3
public static class
Program
4
{
5
public static int
Main
()
6
{
7
if
(
Lib
.
Foo
<
object
>() !=
null
)
8
return
1
;
9
10
return
0
;
11
}
12
}