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