summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/equal11_interface.ads
blob: abc44159e814d273fef238043e80804e2f397dec (plain)
1
2
3
4
5
6
7
package Equal11_Interface is

  type My_Interface_Type is interface;

  procedure Put (R : in My_Interface_Type) is abstract;

end Equal11_Interface;