Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / g++.dg / ext / is_class_error1.C
blobd037ec72b7b8552bd4ba2a8d18ce2fd133c39b2b
1 // PR c++/33212
3 template<int> void foo()
5   __is_class((int); // { dg-error "type-specifier|primary-expression" }