X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Ftest%2FCallingTest.c;h=85e2422e23664de85cdcb7946aa8ad499add836e;hb=0c431a4d7b710e58876a3de85074f7217924ab4c;hp=f595396ebfc1f603adb236238045303de389af72;hpb=e4691fe2e5046a9b2ae912e23e92ddcdcd2bb6e9;p=libfirm diff --git a/ir/be/test/CallingTest.c b/ir/be/test/CallingTest.c index f595396eb..85e2422e2 100644 --- a/ir/be/test/CallingTest.c +++ b/ir/be/test/CallingTest.c @@ -2,12 +2,12 @@ int int_func(void) { - return 0; + return 42; } float float_func(void) { - return 0.0f; + return 13.5f; } int main(int argc, char *argv[])