blob: c241e54cca6c821b9a65f142ae52fdaef5a74a11 [file] [log] [blame]
with Dynamic_Elab_Pkg; use Dynamic_Elab_Pkg;
package Dynamic_Elab1 is
type Plot is record
Data : R;
end record;
pragma Pack (Plot);
function Get_Plot return Plot;
end Dynamic_Elab1;