aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/anon2.adb
blob: c114fcc8555aa8ea8fa9c12166bf60ced0ee1a61 (plain)
1
2
3
4
5
6
7
8
9
-- { dg-do compile }

with anon1;
procedure anon2 is
begin
   if anon1.F /= null then
      null;
   end if;
end anon2;