rt_gccstream/gcc/testsuite/gnat.dg/lto7_pkg.adb

7 lines
143 B
Ada

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