// PRMS Id: 5163 // Bug: g++ doesn't accept the explicit destructor call syntax for templates. template struct A { }; A a; main() { a.~A(); // gets bogus error }