(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
frunaligned.adb
--  { dg-do compile }
--  { dg-options "-gnatws" }
with FRUnaligned1; use FRUnaligned1;
function FRUnaligned return r is
   ss : s;
begin
   return ss.y;
end;