2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / fold7.C
blobd65d6e9d805dfd02f55d0d922aef5ca3681c34d7
1 // { dg-do compile { target c++17 } }
3 #ifndef __cpp_fold_expressions
4 #error __cpp_fold_expressions not defined
5 #endif
7 #if __cpp_fold_expressions != 201603
8 #error Wrong value for __cpp_fold_expressions
9 #endif