// Build don't link: char *t1 (const char *s) { return const_cast(s); } char *&t1 (const char *&s) { return const_cast(s); }