I recently implemented capture of C++14 VLAs, but the VLA in this testcase is not valid C++14, so capturing it isn't supported. But we still shouldn't ICE. Tested x86_64-pc-linux-gnu, applying to trunk.