2014-10-01 Edward Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / feat-cxx98.C
bloba0a2b75e30bc0a302a74c3aac58b7578a5916cad
1 // { dg-do compile { target c++98_only } }
2 // { dg-options "" }
4 //  These C++14 features are allowed in C++98 in non-ANSI modes.
5 #ifndef __cpp_binary_literals
6 #  error "__cpp_binary_literals"
7 #elif  __cpp_binary_literals != 201304
8 #  error "__cpp_binary_literals != 201304"
9 #endif