mirror of
https://github.com/github/codeql.git
synced 2026-03-29 03:38:17 +02:00
Making `constexpr` imply `const` was correct for C++11 and was a correct emulation of a GCC bug on GCC < 5.0. This test confirms that the problem isn't there in C++20.