From f40da2415d930ce33d0c489c39a4fec17ae25c7c Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 7 Feb 2007 17:35:23 +0000 Subject: [PATCH] return 0 --- ir/be/test/LuIs.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.20.1