Example for optimizing non-strict programs using combo.
[libfirm] / ir / be / test / reassoc-amok.c
index d72970e..b8b2e9e 100644 (file)
@@ -1,4 +1,5 @@
-int x, y;
+int x = -65535;
+int y =  32768;
 
 int main()
 {