Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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" }
}