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