1 // { dg-options "-D_GLIBCXX_DEBUG" }
2 // { dg-do compile { target c++20 } }
5 // constexpr std::span construction fails to compile with D_GLIBCXX_DEBUG
11 constexpr A(std::span
<const unsigned char>) {}
13 constexpr A val
{std::array
<unsigned char, 2>{0x11, 0x22}};