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

7 lines
85 B
Ada

package body Lto5_Pkg is
procedure d (a : t) is
begin
null;
end;
end;