summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/aggr6.adb
blob: 89f97025e2107e7eeb0c19c1f9d2aa8cbdb0f943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--  { dg-do compile }

with aggr5;
procedure aggr6 is
   procedure Block is
      Wrapper : aliased aggr5.Q_Action_Event'Class
        := aggr5.Q_Action_Event'Class (aggr5.Build (0));
   begin
      null;
   end; 
begin
   null;
end;