OSDN Git Service

In gcc/testsuite/:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / lto7_pkg.adb
1 package body Lto7_Pkg is
2
3    procedure op1 (this : Root) is begin null; end;
4    procedure op2 (this : DT)   is begin null; end;
5
6 end Lto7_Pkg;