Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gnat.dg/elab6.adb

9 lines
152 B
Ada

-- { dg-do compile }
-- { dg-options "-gnatE" }
package body Elab6 is
procedure Force_Body is null;
package Inst is new Elab6_Pkg;
end Elab6;