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
Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
[mcs.git]
/
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
}