1 // This macro should not be defined without -std=c++17.
2 
3 #ifdef __cpp_fold_expressions
4 #error __cpp_fold_expressions defined
5 #endif
6