summaryrefslogtreecommitdiff
path: root/test/passes/O_all-features_ignore-implicit-traps.txt
blob: 785662bca964f4dbe1bbee7d5f890244cfd2cd49 (plain)
1
2
3
4
5
6
7
8
(module
 (type $ref?|$struct.A|_=>_none (func (param (ref null $struct.A))))
 (type $struct.A (struct (field i32)))
 (export "foo" (func $0))
 (func $0 (; has Stack IR ;) (param $0 (ref null $struct.A))
  (nop)
 )
)