// Build then link: // Special g++ Options: -frepo template struct S { ~S (); }; template S::~S () {} int main () { S s; }