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