Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgomp/testsuite/libgomp.c/pr24455-1.c

7 lines
118 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
/* { dg-do compile } */
/* { dg-require-effective-target tls } */
extern int i;
#pragma omp threadprivate (i)
int i;