#include <stdatomic.h>
#ifndef atomic_store_explicit
#error "atomic_store_explicit is not defined"
#endif
int main(void) { return 0; }
