summaryrefslogtreecommitdiff
path: root/test/unit.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r--test/unit.fromasm9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm
index d426f377d..b54b4564c 100644
--- a/test/unit.fromasm
+++ b/test/unit.fromasm
@@ -119,6 +119,15 @@
)
)
)
+ (func $hexLiterals
+ (i32.add
+ (i32.add
+ (i32.const 0)
+ (i32.const 313249263)
+ )
+ (i32.const -19088752)
+ )
+ )
(func $conversions
(local $i i32)
(local $d f64)