(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
incomplete4.adb
-- { dg-do compile }

with Incomplete4_Pkg; use Incomplete4_Pkg;
with System;

procedure Incomplete4 is
  L : System.Address := A'Address;
begin
  null;
end;