repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
tests
/
gtest-optional-07.cs
blob
2d2b7060d8e587881d448e9d60fc5c179801c9a9
1
public class
Tests
2
{
3
public static void
foo
(
Foo f
=
Foo
.
None
)
4
{
5
}
6
7
public static int
Main
()
8
{
9
foo
();
10
return
0
;
11
}
12
}
13
14
public enum
Foo
15
{
16
None
=
0
17
}