summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/elab3.adb
blob: 2c0a4b2df25b5cd8064b4f6615785841eeec442c (plain)
1
2
3
4
5
6
7
8
9
--  { dg-do compile }

with Elab3_Pkg;

package body Elab3 is
   package Inst is new Elab3_Pkg (False, ABE);

   procedure ABE is begin null; end ABE;
end Elab3;