rt_gccstream/gcc/testsuite/gnat.dg/anon2.adb

10 lines
120 B
Ada

-- { dg-do compile }
with anon1;
procedure anon2 is
begin
if anon1.F /= null then
null;
end if;
end anon2;