blob: 8cca8792709dbc5c2cac123678faa9e02e4ef21a [file] [log] [blame]
// { dg-do compile { target c++14_down } }
// This macro should not be defined without c++17.
#ifdef __cpp_fold_expressions
#error __cpp_fold_expressions defined
#endif