summaryrefslogtreecommitdiff
path: root/test/lit/merge/sourcemap.wat.second
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/merge/sourcemap.wat.second')
-rw-r--r--test/lit/merge/sourcemap.wat.second8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lit/merge/sourcemap.wat.second b/test/lit/merge/sourcemap.wat.second
new file mode 100644
index 000000000..0ea7c75fa
--- /dev/null
+++ b/test/lit/merge/sourcemap.wat.second
@@ -0,0 +1,8 @@
+(module
+ ;;@ b:1:2
+ (func (export "g")
+ ;;@ b:2:2
+ (nop)
+ ;;@ b:3:2
+ )
+)