// Additional sources: ctor1-aux.cc // Origin: Mark Mitchell template struct S { template S (U); }; template template S::S (U) {} template S::S (double);