diff options
Diffstat (limited to 'test/example/c-api-unused-mem.cpp')
-rw-r--r-- | test/example/c-api-unused-mem.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/example/c-api-unused-mem.cpp b/test/example/c-api-unused-mem.cpp index 6c0fd14c1..a0970a8ca 100644 --- a/test/example/c-api-unused-mem.cpp +++ b/test/example/c-api-unused-mem.cpp @@ -30,6 +30,7 @@ int main() { segmentSizes, 0, 0, + 0, "0"); } the_relooper = RelooperCreate(the_module); @@ -94,6 +95,7 @@ int main() { segmentSizes, 0, 0, + 0, "0"); } expressions[11] = BinaryenConst(the_module, BinaryenLiteralInt32(65535)); |