Some more boolopt tests.
[libfirm] / ir / be / test / iabs.c
index 5854db1..357d8e6 100644 (file)
@@ -3,4 +3,6 @@
 int main(int argc)
 {
   printf("%d\n", abs(argc));
+
+       return 0;
 }