X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Ftest%2Fsparam.c;h=150290ada1e31eba45f3c4b8e0fb8d01fe3ba498;hb=93da909d12b7bec51aa36ee5f05966c331f90fb9;hp=f3e71f4b2e0fbeb4c2b343c94592076983b47ac5;hpb=e4691fe2e5046a9b2ae912e23e92ddcdcd2bb6e9;p=libfirm diff --git a/ir/be/test/sparam.c b/ir/be/test/sparam.c index f3e71f4b2..150290ada 100644 --- a/ir/be/test/sparam.c +++ b/ir/be/test/sparam.c @@ -28,6 +28,8 @@ int main() printf("%d\n", t(A)); printf("%d\n", z(B)); + + return 0; } int t(struct x x)