summaryrefslogtreecommitdiff
path: root/test/parse/expr/drop.txt
blob: a9de1a9dd8f4d8639348c08e573fceff840ba14f (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; TOOL: wat2wasm
(module
  (func
    i32.const 0
    drop
    i64.const 0
    drop
    f32.const 0
    drop
    f64.const 0
    drop))