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
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-669.cs
blob
5551d00e8ab05e785fe58ccda531297f703ecc69
1
enum
E
2
{
3
X
=
0
4
}
5
6
class
Test
7
{
8
static void
Main
()
9
{
10
E e
=
1
-
2
+
1
;
11
}
12
}