// { dg-do assemble } // { dg-options "-g" } typedef unsigned int size_t; struct dummy { }; struct arrrrrgh { }; template struct whyyyyyyy { }; template struct grrrrrrrr { }; template class no_future { public: template no_future(const grrrrrrrr*,S>& man ) { } ~no_future( ) { } private: no_future(const no_future&); no_future& operator=(const no_future&); }; int main( ) { grrrrrrrr*> man; no_future here(man); return 0; }