PR c++/56973, DR 696 - capture constant variables only as needed.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / feat-vla.C
blobe313dd8710315faaad444916bfaf2b23c968e878
1 // We shouldn't define this feature macro when we complain about VLAs.
3 #ifdef __cpp_runtime_arrays
4 #  error "__cpp_runtime_arrays"
5 #endif