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