Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/c11-atomic-5.c

11 lines
154 B
C

/* PR c/82679 */
/* { dg-do compile } */
/* { dg-options "-std=gnu11" } */
typedef _Atomic int A[10];
A a;
typedef _Atomic int I;
typedef I T[10];
T t;