aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/noncompile/pr71426.c
blob: fe2f2f65c64a32c6ed4e457d2a2fae4f1b5eeb0f (plain)
1
2
3
4
5
/* PR c/71426 */
/* { dg-do compile } */
/* { dg-options "-fpermissive -w" } */

int f (int x[x - x ()]); /* { dg-error "undeclared" } */