diff options
Diffstat (limited to 'test/example/c-api-kitchen-sink.c')
-rw-r--r-- | test/example/c-api-kitchen-sink.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/example/c-api-kitchen-sink.c b/test/example/c-api-kitchen-sink.c index 37aa15bf8..267e0763d 100644 --- a/test/example/c-api-kitchen-sink.c +++ b/test/example/c-api-kitchen-sink.c @@ -511,6 +511,7 @@ void test_core() { segmentSizes, 2, 1, + 0, "0"); BinaryenExpressionRef valueList[] = { @@ -1991,6 +1992,7 @@ void test_for_each() { segmentSizes, 2, 0, + 0, "0"); BinaryenAddGlobal(module, "a-global", |