2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.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" }