PR libstdc++/87308 adjust regex used in std::any pretty printer
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / fold7a.C
blob5c782ff0969e1f623d52f9e5d62ff50a11b0f748
1 // This macro should not be defined without -std=c++17.
3 #ifdef __cpp_fold_expressions
4 #error __cpp_fold_expressions defined
5 #endif