aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/template/crash103.C
blob: 9f3e224e71166b1e03313f08bdb4a5109ccaeff5 (plain)
1
2
3
4
// PR c++/45665

template < typename > struct S;
void (S <0>::*ptr) (); // { dg-error "type" }