1 // { dg-do compile { target c++17 } }
2 
3 #ifndef __cpp_nontype_template_args
4 #error __cpp_nontype_template_args not defined
5 #endif
6 
7 #if __cpp_nontype_template_args != 201411
8 #error Wrong value for __cpp_nontype_template_args
9 #endif
10