Name: Anonymous 2008-09-21 3:50
I get the feeling that the computer just skips over all the comments.
// take all your time g++ ;)
template<class T> struct S { S<T*> operator->(); };
S<int> s = s->thank_you;