2 /* { dg-do compile } */
3 /* { dg-options "" } */
4 /* { dg-require-effective-target alloca } */
6 void __attribute__((noinline
, noclone
))
9 struct S
{ int a
[n
]; };
11 struct S
__attribute__((noreturn
))
17 auto struct S
__attribute__((noreturn
))
24 __typeof__ (fn ()) *p
= &x
;
47 if (fn2 ().a
[0] != 42)