OSDN Git Service

* gnat.dg/bit_packed_array5.ads: Move dg directive to...
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / aggr14.adb
1 -- { dg-do run }
2
3 with Aggr14_Pkg; use Aggr14_Pkg;
4
5 procedure Aggr14 is
6 begin
7   Proc;
8 end;