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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr93576.c
blob
13c34f3771ff4e102da7eb8a661310c3afa01a51
1
/* PR c/93576 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
void
6
foo
(
void
)
7
{
8
int
b
[] = {
0
};
9
(
char
(*)[(
1
,
7
,
2
)])
0
;
10
}