S/390: Allow immediates in loc expander
[official-gcc.git] / gcc / testsuite / gcc.dg / Wvla-6.c
blob694a4cc16ca0b5157f5be611324272d3573869d8
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -Wvla" } */
4 extern void
5 func (int i, int [i]); /* { dg-warning "ISO C90 forbids variable length array" } */