return 0
authorMatthias Braun <matze@braunis.de>
Wed, 7 Feb 2007 17:35:23 +0000 (17:35 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 7 Feb 2007 17:35:23 +0000 (17:35 +0000)
ir/be/test/LuIs.c

index ed2bfc6..60a5dc8 100644 (file)
@@ -5,4 +5,5 @@ int test(unsigned long long x) {
 
 int main() {
   printf("%d\n", test(0x1234567812345678LL));
+  return 0;
 }