OSDN Git Service

* gcc.dg/march.c: Ignore a note for some targets.
[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;