blob: 3d5d3aa54345710e30ca6dd5f84e6a9b8844bce8 (
plain)
1
2
3
4
5
|
/* { 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'" } */
|