Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
arg5.C
blob: 87cbd0268238957ccc84d830f9ba04da14d71cae [
file
] [
log
] [
blame
]
// PR c++/30534
// { dg-do compile }
template
<bool>
struct
A
;
template
<int>
void
foo
()
{
A
<
__builtin_constant_p
(.)>
a
;
// { dg-error "template argument|invalid" }
}