From 651b90384d3b62ab399524243da3258592fe2d1d Mon Sep 17 00:00:00 2001 From: milesfrain Date: Mon, 21 Sep 2020 21:19:27 -0700 Subject: [PATCH] example build failure --- example/custom/src/mainCpp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/example/custom/src/mainCpp.cpp b/example/custom/src/mainCpp.cpp index d358937..db68a6e 100644 --- a/example/custom/src/mainCpp.cpp +++ b/example/custom/src/mainCpp.cpp @@ -3,6 +3,7 @@ int main(void) { while (1) { + what int x = my_sum(1, 2); } return 1;