PR other/53317
[official-gcc.git] / gcc / testsuite / gnat.dg / lto7_pkg.adb
blobdd973dad34a2e57b187a7b7f333461d2f8058704
1 package body Lto7_Pkg is
3 procedure op1 (this : Root) is begin null; end;
4 procedure op2 (this : DT) is begin null; end;
6 end Lto7_Pkg;