blob: a0a2b75e30bc0a302a74c3aac58b7578a5916cad [file] [log] [blame]
// { dg-do compile { target c++98_only } }
// { dg-options "" }
// These C++14 features are allowed in C++98 in non-ANSI modes.
#ifndef __cpp_binary_literals
# error "__cpp_binary_literals"
#elif __cpp_binary_literals != 201304
# error "__cpp_binary_literals != 201304"
#endif