2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / access1.ads
blob2464e484abd5eed7b5b23f1312776a1d03a5defe
1 -- { dg-do compile }
3 package Access1 is
5 type R;
6 type S is access R;
7 type R is new S;
9 end Access1;