diff options
Diffstat (limited to 'test/lit/merge/import_cycle.wat.second')
-rw-r--r-- | test/lit/merge/import_cycle.wat.second | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lit/merge/import_cycle.wat.second b/test/lit/merge/import_cycle.wat.second new file mode 100644 index 000000000..dae1ace36 --- /dev/null +++ b/test/lit/merge/import_cycle.wat.second @@ -0,0 +1,4 @@ +(module + (import "first" "f" (func $f)) + (export "g" (func $f)) +) |