PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / itype.adb
blob848bda4b6448f30e9dbd3f0da8ea1dfba2b427d7
1 package body itype is
2 function G return not null access constant T is
3 X : aliased T;
5 begin
6 return X'Unchecked_Access;
7 end G;
8 end itype;