PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / renaming8_pkg2.adb
blobc135b392f0bc3e3225f2eb56a14d494cd9225f34
1 package body Renaming8_Pkg2 is
3 function F return Rec is
4 begin
5 return (E => (others => True));
6 end;
8 end Renaming8_Pkg2;