PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / ubsan / pr59331.C
blob1bb3666efbfd0d23d7ab08a7c962713df3a54cf3
1 /* { dg-do compile } */
2 /* { dg-options "-fsanitize=vla-bound -Wall -Wno-unused-variable" } */
4 void foo(int i)
6   /* Don't warn here with "value computed is not used".  */
7   char a[i];