diff options
Diffstat (limited to 'test/lit/merge/global-ordering.wat.second')
-rw-r--r-- | test/lit/merge/global-ordering.wat.second | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lit/merge/global-ordering.wat.second b/test/lit/merge/global-ordering.wat.second new file mode 100644 index 000000000..7676599e4 --- /dev/null +++ b/test/lit/merge/global-ordering.wat.second @@ -0,0 +1,3 @@ +(module + (global $second.global (export "second.global.export") i32 (i32.const 42)) +) |