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