blob: b3ffe0379049dcb6a8474f5f0260831b1f070c61 [file] [log] [blame]
// { dg-do compile { target c++14_down } }
// This macro should not be defined without c++17.
#ifdef __cpp_nontype_template_args
#error __cpp_nontype_template_args defined
#endif