libstdc++: Only use std::ios_base_library_init() for ELF [PR116159]
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Wvla-1.C
blob95e452dfc700af6f796d637955625e9a001f6788
1 /* { dg-do compile } */
2 /* { dg-options "-Wvla" } */
3 /* { dg-require-effective-target alloca } */
5 void func (int i)
7   int array[i]; /* { dg-warning "7:variable length array 'array' is used" } */