OSDN Git Service

* gnat.dg/specs/iface_eq_test.ads,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / specs / self_class.ads
1 --  { dg-do compile }
2
3 package Self_Class is
4    type P6 is private;
5 private
6    type P6 is tagged record
7       Self : access P6'Class;
8    end record;
9 end Self_Class;