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