shared(int) obj; atomic_store_explicit_impl(&obj, 3, memory_order.memory_order_seq_cst);
See Implementation