ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/opt91.adb

12 lines
203 B
Ada
Raw Normal View History

2024-04-01 15:19:46 +00:00
-- { dg-do compile }
-- { dg-options "-O2 -fchecking=1" }
package body Opt91 is
function Custom_Image (Self : True_Relation_Rec) return String is
begin
return "<True>";
end;
end Opt91;