// PR C++/18984// We just to ICE as we did not add a// deference to invisible by reference // variable// { dg-do compile }structStr{Str(constchar*chars);Str&operator=(constchar*chars);virtualoperatorchar*()const;};Str_localName(Strfullname){return(char*)fullname;}