From: Christoph Mallon Date: Fri, 19 Oct 2007 08:54:02 +0000 (+0000) Subject: make fehler98.c behave properly. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=481f9b26faa773ecc8af4a7bc158a1ca54913f7c;p=libfirm make fehler98.c behave properly. [r16270] --- diff --git a/ir/be/test/fehler98.c b/ir/be/test/fehler98.c index 67233e979..3d2225c4e 100644 --- a/ir/be/test/fehler98.c +++ b/ir/be/test/fehler98.c @@ -4,3 +4,9 @@ int test(void) { return str != 0; } + +int main(void) +{ + printf("%d (should be 1)\n", test()); + return 0; +}