From: Matthias Braun Date: Wed, 7 Feb 2007 17:35:23 +0000 (+0000) Subject: return 0 X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f40da2415d930ce33d0c489c39a4fec17ae25c7c;p=libfirm return 0 --- diff --git a/ir/be/test/LuIs.c b/ir/be/test/LuIs.c index ed2bfc6dc..60a5dc80a 100644 --- a/ir/be/test/LuIs.c +++ b/ir/be/test/LuIs.c @@ -5,4 +5,5 @@ int test(unsigned long long x) { int main() { printf("%d\n", test(0x1234567812345678LL)); + return 0; }