Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / opt91.ads
blobb31aa8de350ef88de4dbafd7fbc27dfd7e5de1be
1 with Opt91_Pkg; use Opt91_Pkg;
3 package Opt91 is
5 type True_Relation_Rec is null record;
6 function Custom_Image (Self : True_Relation_Rec) return String;
8 package True_Relation is new Pure_Relation (Ty => True_Relation_Rec);
10 end Opt91;