Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / lto26_pkg1.ads
blob527974750b02ddd24ef6ecf9e95ed22fd3b5ccb1
1 with Ada.Finalization;
2 with Ada.Streams; use Ada.Streams;
3 with Interfaces; use Interfaces;
5 package Lto26_Pkg1 is
7 type Rec is new Ada.Finalization.Limited_Controlled with null record;
9 procedure Set (R : Rec; A : Stream_Element_Array; C :Unsigned_8);
11 end Lto26_Pkg1;