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