blob: 3d5d3aa54345710e30ca6dd5f84e6a9b8844bce8 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -std=c89 -Wvla" } */
extern void
func (int i, int array[i]); /* { dg-error "error: ISO C90 forbids variable.* array 'array'" } */