// Build don't link: struct gorf { int stuff; void snarf(); }; template void gorf::snarf() { return; } // ERROR -