repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-atomic-5.c
blob
090ffdfa69b83f700f49e6c470cac734ce1ef865
1
/* PR c/82679 */
2
/* { dg-do compile } */
3
/* { dg-options "-std=gnu11" } */
4
5
typedef
_Atomic
int
A
[
10
];
6
A a
;
7
8
typedef
_Atomic
int
I
;
9
typedef
I T
[
10
];
10
T t
;