// { dg-do assemble } // Origin: kosak@cs.cmu.edu struct moo { template struct cow {}; template struct moo2 { void func(cow &c) { } }; };