libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr94479.c
blob3189cd16234885f26cf3b79aead5a75de4448dd2
1 /* { dg-do compile } */
2 /* { dg-require-stack-check "specific" } */
3 /* { dg-additional-options "-fpermissive -fstack-check -w" } */
4 /* { dg-require-effective-target alloca } */
6 int a;
7 struct b {
8 char c;
9 void *d;
11 struct b e() {
12 struct b f[] = {{}, "", f, a};