BEGIN template struct L; struct FriendL { template friend struct L; }; END