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-587.cs
blob
65e34026c67e5872b660a7fc3314e75b8e279f7b
1
class
Program
2
{
3
public static int
Main
()
4
{
5
int
ctc_f
=
0
;
6
7
if
((++
ctc_f
==
0
&&
false
)) {
8
return
1
;
9
}
else if
(
false
&& +
ctc_f
==
0
) {
10
return
2
;
11
}
else
{
12
if
(
ctc_f
!=
1
) {
13
return
3
;
14
}
15
16
return
0
;
17
}
18
}
19
}
20