summaryrefslogtreecommitdiff
path: root/test/lit/merge/export_options_default.wat.second
blob: 6e045c7dd86b38026fc28e0300dc859225038112 (plain)
1
2
3
4
5
6
7
(module
  (func $func1 (export "func")
    (drop
      (i32.const 1)
    )
  )
)