DEBSOURCES
Skip Quicknav
sources / binaryen / 120-4 / test / lit / merge / start3.wat.third
12345678910111213
(module (start $start) (func $start (local $x f64) (drop (local.get $x) ) (drop (i32.const 2) ) ) )