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