blob: 1978a410350207dda6bee10a8c2a00f1010a0b74 [file] [log] [blame]
/* Test ATOMIC_VAR_INIT not in C2x. */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic-errors" } */
#include <stdatomic.h>
#ifdef ATOMIC_VAR_INIT
#error "ATOMIC_VAR_INIT defined"
#endif