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

14 lines
177 B
Ada

-- { dg-do compile }
-- { dg-options "-gnatws" }
with Slice8_Pkg1;
with Slice8_Pkg3;
procedure Slice8 is
package Bp is new Slice8_Pkg3 (Slice8_Pkg1);
begin
null;
end;