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
/
pr70418.c
blob
81bf93a5685c2db6b97db20000e853421ac82d31
1
/* { dg-do compile } */
2
/* { dg-options "-std=gnu99" } */
3
4
5
int
main
()
6
{
7
void
func
(
int
a
,
struct
{
int
_
[
a
];}
v
) {}
/* { dg-warning "struct" } */
8
}
9