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