#include <stdatomic.h>
int foo = memory_order_relaxed;
int main(void) { return 0; }
