blob: 3ab6a361a24b8ecea18e1e81ad2119e498f3224a [file] [log] [blame]
(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)
)
)
)
)