Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr97955.c
bloba5236c76c94d54a975847326c0d3bd97bd63bf2b
1 /* PR 97955 - ICE in build_array_type_1 on invalid redeclaration of function
2 with VLA parameter
3 { dg-do compile }
4 { dg-options "-Wall" } */
6 void f (int n, int a[n]);
7 void f (int *b) { } // { dg-error "conflicting types" }