OSDN Git Service

In gcc/testsuite/:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / anon2.adb
1 -- { dg-do compile }
2
3 with anon1;
4 procedure anon2 is
5 begin
6    if anon1.F /= null then
7       null;
8    end if;
9 end anon2;