1 /* PR middle-end/103770 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
11 struct struct_s
struct_create(int N
, const long vla
[N
]);
16 struct struct_s st
= struct_create(N
, vla
);
20 extern _Complex
float g(int N
, int dims
[N
]);
25 _Complex
float val
= g(1, dims
);