PR other/53317
[official-gcc.git] / gcc / testsuite / gnat.dg / lto15.adb
blobbe5b008e8c6661c5ed6bf4404e2b235576d019fd
1 -- { dg-do compile }
2 -- { dg-options "-O -flto -g" }
3 -- { dg-require-effective-target lto }
5 package body Lto15 is
7 function Proc (Data : Arr) return R is
8 begin
9 return (Data'Length, Data);
10 end;
12 end Lto15;