2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / incomplete4.adb
blob2191d388a343dfa1169835e6b77c8a7ad5c1a561
1 -- { dg-do compile }
3 with Incomplete4_Pkg; use Incomplete4_Pkg;
4 with System;
6 procedure Incomplete4 is
7 L : System.Address := A'Address;
8 begin
9 null;
10 end;