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

11 lines
154 B
C
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
/* 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;