diff options
Diffstat (limited to 'test/unit.wast')
-rw-r--r-- | test/unit.wast | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unit.wast b/test/unit.wast index 88f2de77b..d3ed6c7cd 100644 --- a/test/unit.wast +++ b/test/unit.wast @@ -248,6 +248,12 @@ ) ) ) + (func $blocker + (block $label$break$L + (br $label$break$L + ) + ) + ) (func $frem (result f64) (call_import $f64-rem (f64.const 5.5) |