Fix the new pr83361.c testcase
[official-gcc.git] / gcc / testsuite / gnat.dg / aggr14.adb
blob46f5af42a0dd52cca849f1c27a75852e7f609fa5
1 -- { dg-do run }
3 with Aggr14_Pkg; use Aggr14_Pkg;
5 procedure Aggr14 is
6 begin
7 Proc;
8 end;