DEBSOURCES
Skip Quicknav
sources / binaryen / 120-4 / test / lit / merge / start.flip.wat.second
12345678
(module (func $start (export "start") ;; Not a start function, but the name overlaps so it will get deduplicated. (drop (i32.const 1) ) ) )