/*[OB]*/
#include <stdatomic.h>
#ifndef ATOMIC_VAR_INIT
#error "ATOMIC_VAR_INIT is not defined"
#endif
int main(void) { return 0; }
