We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7257a commit cebc941Copy full SHA for cebc941
1 file changed
test/example/find_div0s.cpp
@@ -32,7 +32,7 @@ int main() {
32
33
// The parsed code has just one element, the module. Build the module
34
// from that (and abort on any errors, but there won't be one here).
35
- SExpressionWasmBuilder builder(module, *root[0], [&]() { abort(); });
+ SExpressionWasmBuilder builder(module, *root[0], [&]() { abort(); }, false);
36
37
// Print it out
38
printWasm(&module, std::cout);
0 commit comments