blob: 1e275eb6e876641f769677c94ae4680164c5c439 [file] [log] [blame] [edit]
(module
(type $none_=>_none (func))
(memory $0 1 1)
(func $foo (type $none_=>_none)
(drop
(i32.atomic.rmw.cmpxchg
(i32.const 0)
(i32.const 0)
(i32.const 0)
)
)
)
)