Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / template / arg5.C
blob87cbd0268238957ccc84d830f9ba04da14d71cae
1 // PR c++/30534
2 // { dg-do compile }
4 template<bool> struct A;
6 template<int> void foo()
8   A<__builtin_constant_p(.)> a;  // { dg-error "template argument|invalid" }