Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / template / crash103.C
blob9f3e224e71166b1e03313f08bdb4a5109ccaeff5
1 // PR c++/45665
3 template < typename > struct S;
4 void (S <0>::*ptr) (); // { dg-error "type" }