Retro68/gcc/gcc/testsuite/gnat.dg/incomplete4.adb
2017-04-10 13:32:00 +02:00

11 lines
158 B
Ada

-- { dg-do compile }
with Incomplete4_Pkg; use Incomplete4_Pkg;
with System;
procedure Incomplete4 is
L : System.Address := A'Address;
begin
null;
end;