2018-11-07 Richard Biener <rguenther@suse.de>
[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