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