diff options
Diffstat (limited to 'test/unit/input/empty_lld.wat')
-rw-r--r-- | test/unit/input/empty_lld.wat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/unit/input/empty_lld.wat b/test/unit/input/empty_lld.wat new file mode 100644 index 000000000..978caab81 --- /dev/null +++ b/test/unit/input/empty_lld.wat @@ -0,0 +1,9 @@ +(module + (global $global$0 (mut i32) (i32.const 66192)) + (global $global$1 i32 (i32.const 652)) + (export "__data_end" (global $global$1)) + (export "main" (func $main)) + (func $main (param $0 i32) (param $1 i32) (result i32) + (i32.const 0) + ) +) |