Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr97955.c
blob: a5236c76c94d54a975847326c0d3bd97bd63bf2b [
file
] [
log
] [
blame
]
/* PR 97955 - ICE in build_array_type_1 on invalid redeclaration of function
with VLA parameter
{ dg-do compile }
{ dg-options "-Wall" } */
void
f
(
int
n
,
int
a
[
n
]);
void
f
(
int
*
b
)
{
}
// { dg-error "conflicting types" }