1 // We shouldn't define this feature macro when we complain about VLAs.
2 
3 #ifdef __cpp_runtime_arrays
4 #  error "__cpp_runtime_arrays"
5 #endif
6