summaryrefslogtreecommitdiff
path: root/test/parse/expr/call-defined-later.txt
blob: 7d2286d7a6017a427092d0feb4686bd95b0db4cf (plain)
1
2
3
4
5
(module
  (func $foo
    (call $bar (i32.const 0) (i32.const 1)))
  (func $bar (param i32 i32) (result i32)
    (i32.const 0)))