aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/lto7_pkg.adb
blob: dd973dad34a2e57b187a7b7f333461d2f8058704 (plain)
1
2
3
4
5
6
package body Lto7_Pkg is

   procedure op1 (this : Root) is begin null; end;
   procedure op2 (this : DT)   is begin null; end;

end Lto7_Pkg;