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