// Build don't link: // Origin: Miniussi template struct Str { Str(int& val= (*new int())); }; template Str::Str(int& val) {}