(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1y/
feat-vla.C
// We shouldn't define this feature macro when we complain about VLAs.

#ifdef __cpp_runtime_arrays
#  error "__cpp_runtime_arrays"
#endif