make fehler98.c behave properly.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 19 Oct 2007 08:54:02 +0000 (08:54 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 19 Oct 2007 08:54:02 +0000 (08:54 +0000)
[r16270]

ir/be/test/fehler98.c

index 67233e9..3d2225c 100644 (file)
@@ -4,3 +4,9 @@ int test(void)
 {
        return str != 0;
 }
+
+int main(void)
+{
+       printf("%d (should be 1)\n", test());
+       return 0;
+}