blob: a29819c9b56c1c4adbd38db3a9cc70a9a3852b1a [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)
)
)
)
)