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
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
test-576.cs
blob
d865b5572b8ef200bba2f036b4297e087bdd3f64
1
class
Foo
{
2
public static void
Main
()
3
{
4
int
a
=
0
;
5
int
b
=
5
;
6
a
+= -
b
;
7
if
(
a
!= -
5
)
8
throw new
System
.
Exception
();
9
}
10
}