1--  { dg-do compile }
2generic
3package Iface_Eq_Test is
4   type Iface is limited interface;
5   function "=" (L, R : access Iface) return Boolean is abstract;
6end;
7