Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
rtti
/
typeid6.C
blob: 25f241ff4bd6512924c3ae4d74c94845a91f5031 [
file
] [
log
] [
blame
]
// PR c++/33463
namespace
std
{
class
type_info
{};
}
template
<int>
void
foo
()
{
!
typeid
(
void
);
// { dg-error "!typeid\\(void\\)|candidate is" }
// { dg-message "" "match candidate text" { target *-*-* } .-1 }
}