2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / aggr20_pkg.ads
blob66f5bd58045a2f989925657039fa9bee9ae93075
1 with System;
3 package Aggr20_Pkg is
5 procedure Proc;
7 Default_Nil_Address : constant System.Address := Proc'Address;
9 end Aggr20_Pkg;