blob: 321c8141ee88f01212178301a327071e60268f76 [file] [log] [blame] [edit]
(module
(type $0 (func))
(memory $0 1 1)
(func $foo (type $0)
(drop
(i32.atomic.rmw.cmpxchg
(i32.const 0)
(i32.const 0)
(i32.const 0)
)
)
)
)