summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-brs_precompute_vacuum_remove-unused-brs.txt
blob: be58b2f90d41e36ac73de27706d360ada4ab18c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(module
 (type $0 (func (param i32) (result f64)))
 (global $global$3 (mut f64) (f64.const 0))
 (memory $0 0)
 (func $1 (; 0 ;) (type $0) (param $x i32) (result f64)
  (local $var$0 f64)
  (block $label$0 (result f64)
   (set_local $var$0
    (f64.const 0)
   )
   (f64.const -3.4)
  )
 )
)