1 BEGIN
2 template<typename T = void> struct L;
3 struct FriendL {
4   template<typename T> friend struct L;
5 };
6 END
7