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