aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/is_class_error1.C
blob: d037ec72b7b8552bd4ba2a8d18ce2fd133c39b2b (plain)
1
2
3
4
5
6
// PR c++/33212

template<int> void foo()
{
  __is_class((int); // { dg-error "type-specifier|primary-expression" }
}