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
Merge pull request #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
tests
/
test-573.cs
blob
e903edbcf11ea9f8bca7f9d72c322476a69341ef
1
public class
C
2
{
3
private static float
current_factor_width
=
1
f
;
4
5
public static void
Main
()
6
{
7
int
width
=
5
;
8
width
+= -(
int
)(((
current_factor_width
) -
1
f
) * -
4.0
f
);
9
}
10
}