fixed comment: get_call_abi() get the call type, NOT the method type of the called...
[libfirm] / ir / be / test / sparam.c
index f3e71f4..150290a 100644 (file)
@@ -28,6 +28,8 @@ int main()
 
   printf("%d\n", t(A));
   printf("%d\n", z(B));
+
+  return 0;
 }
 
 int t(struct x x)