Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / g++.dg / template / error32.C
blobbe3c3a084525a9e73420188751a5d9c033d4f9bc
1 // PR c++/33843
3 struct A {};
5 void foo(A* p())
7   p->A::~A(); // { dg-error "A::~A" }