OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / aggr9.ads
1 with Aggr9_Pkg; use Aggr9_Pkg;
2
3 package Aggr9 is
4
5   procedure Proc (X : R1);
6
7 end Aggr9;