]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/testsuite/21_strings/basic_string/cons/char/105995.cc
libstdc++: Remove dg-options "-std=gnu++20" from 21_strings tests
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 21_strings / basic_string / cons / char / 105995.cc
CommitLineData
98a0d72a
JW
1// { dg-do compile { target c++20 } }
2// { dg-require-effective-target cxx11_abi }
3
0f96ac43
JW
4#include <string>
5
98a0d72a
JW
6// PR libstdc++/105995
7// Not required by the standard, but supported for QoI.
8constexpr std::string pr105995_empty;
9constexpr std::string pr105995_partial = "0";
10constexpr std::string pr105995_full = "0123456789abcde";