fix
authorMatthias Braun <matze@braunis.de>
Mon, 17 Sep 2007 14:47:46 +0000 (14:47 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 17 Sep 2007 14:47:46 +0000 (14:47 +0000)
[r15836]

ir/be/test/cmp_cse.c

index f7397c6..9f24d5f 100644 (file)
@@ -3,3 +3,7 @@ int sign(int x)
 {
        return (x > 5) - (x <= 5);
 }
+
+int main(void) {
+       return 0;
+}