diff options
Diffstat (limited to 'test/example/c-api-relooper-unreachable-if.cpp')
-rw-r--r-- | test/example/c-api-relooper-unreachable-if.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/example/c-api-relooper-unreachable-if.cpp b/test/example/c-api-relooper-unreachable-if.cpp index c63ca0204..1c5708835 100644 --- a/test/example/c-api-relooper-unreachable-if.cpp +++ b/test/example/c-api-relooper-unreachable-if.cpp @@ -29,6 +29,7 @@ int main() { segmentSizes, 0, 0, + 0, "0"); } the_relooper = RelooperCreate(the_module); @@ -598,6 +599,7 @@ int main() { segmentSizes, 0, 0, + 0, "0"); } expressions[157] = BinaryenConst(the_module, BinaryenLiteralInt32(65535)); |