return 0;
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 18 Nov 2007 12:26:44 +0000 (12:26 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 18 Nov 2007 12:26:44 +0000 (12:26 +0000)
[r16768]

ir/be/test/am_test.c

index d90210e..fb9ac03 100644 (file)
@@ -56,4 +56,6 @@ int main(void) {
        T(cmp,<)
        T(shl,<<)
        T(shr,>>)
+
+       return 0;
 }