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