2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-573.cs
blobe903edbcf11ea9f8bca7f9d72c322476a69341ef
1 public class C
3 private static float current_factor_width = 1f;
5 public static void Main ()
7 int width = 5;
8 width += -(int)(((current_factor_width) - 1f) * -4.0f);