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

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