blob: 527974750b02ddd24ef6ecf9e95ed22fd3b5ccb1 [file] [log] [blame]
with Ada.Finalization;
with Ada.Streams; use Ada.Streams;
with Interfaces; use Interfaces;
package Lto26_Pkg1 is
type Rec is new Ada.Finalization.Limited_Controlled with null record;
procedure Set (R : Rec; A : Stream_Element_Array; C :Unsigned_8);
end Lto26_Pkg1;