// Build don't link: // Origin: kosak@cs.cmu.edu struct moo { template struct cow {}; template struct moo2 { void func(cow &c) { } }; };