Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / aggr20.adb
blob85111e25b4eee8b01c7c337614400f8c2758c6c3
1 -- { dg-do compile }
3 package body Aggr20 is
5 procedure Proc (R : out Rec3) is
6 begin
7 R := (Callback => Nil_Rec2);
8 end;
10 end Aggr20;