blob: 311c98a669bffd4489e5461466b62e0a907ad608 [file] [log] [blame]
(module
(type $none_=>_none (func))
(memory $0 (shared 1 1))
(func $test
(i32.load
(unreachable)
)
(f32.store
(unreachable)
(f32.const 0)
)
(i32.atomic.rmw.add
(unreachable)
(i64.const 0)
)
(i32.atomic.rmw.cmpxchg
(unreachable)
(i64.const 0)
(i64.const 1)
)
(memory.atomic.wait64
(unreachable)
(i64.const 0)
(i64.const 0)
)
)
)