blob: 89dcf4f97256d9700da6e13a5d452b229f93162d [file] [log] [blame] [edit]
(module
(func $start (export "start")
;; Not a start function, but the name overlaps so it will get deduplicated.
(drop
(i32.const 1)
)
)
)