From 81170129e11b99ae56aa7aadd8f18371631b7a07 Mon Sep 17 00:00:00 2001 From: milesfrain Date: Mon, 21 Sep 2020 21:18:22 -0700 Subject: [PATCH] example pass --- example/custom/src/mainCpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/custom/src/mainCpp.cpp b/example/custom/src/mainCpp.cpp index d358937..ddde63b 100644 --- a/example/custom/src/mainCpp.cpp +++ b/example/custom/src/mainCpp.cpp @@ -3,7 +3,7 @@ int main(void) { while (1) { - int x = my_sum(1, 2); + int x = my_sum(1, 5); } return 1; }