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
2017-09-26 Thomas Koenig <tkoenig@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr8835-1.c
blob
6e3703baaf650b1707d0dd9d925254a1f366596c
1
/* { dg-do compile } */
2
3
struct
s
{
4
char
c
;
5
};
6
7
struct
s
8
foo
(
void
)
9
{
10
struct
s s
= {
0
};
11
return
s
;
12
}