summaryrefslogtreecommitdiff
path: root/test/parse/expr/if-then-else-list.txt
blob: dee031b1395803294857ead7896d5c9e28e1512e (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; TOOL: wat2wasm
(module
  (func
    i32.const 1
    if 
      nop
      nop
    else 
      nop
      nop
    end))