aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/nontype3.C
blob: 80f1e98ab76bbc477cb22ee2e04559f56fcbe144 (plain)
1
2
3
4
5
6
7
8
9
// { dg-do compile { target c++17 } }

#ifndef __cpp_nontype_template_args
#error __cpp_nontype_template_args not defined
#endif

#if __cpp_nontype_template_args != 201411
#error Wrong value for __cpp_nontype_template_args
#endif