analyzer: Fix PR analyzer/101980
[official-gcc.git] / gcc / testsuite / gnat.dg / equal11_interface.ads
blobabc44159e814d273fef238043e80804e2f397dec
1 package Equal11_Interface is
3 type My_Interface_Type is interface;
5 procedure Put (R : in My_Interface_Type) is abstract;
7 end Equal11_Interface;