aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/call.c')
-rw-r--r--test/mppa/general/call.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mppa/general/call.c b/test/mppa/general/call.c
index 3f58b756..f35473b6 100644
--- a/test/mppa/general/call.c
+++ b/test/mppa/general/call.c
@@ -14,3 +14,5 @@ int main(void){
return sum(make_42(), make_18());
//return make_42() + make_18();
}
+
+/* RETURN VALUE: 60 */