blob: 18709b4976d35a622457992d338a32ae43b1233b [file] [log] [blame]
// PR c++/33463
namespace std
{
class type_info {};
}
template<int> void foo()
{
!typeid(void); // { dg-error "!typeid\\(void\\)|candidates" }
}