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