blob: 76616d00eafc32010cde252c41e3244e9f33aa33 [file] [log] [blame]
package body Elab3_Pkg is
procedure Elaborator is
begin
Proc;
end Elaborator;
begin
if Elaborate then
Elaborator;
end if;
end Elab3_Pkg;