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