* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gnat.dg / lto15.adb
blob3a6599241d168614f2c31cbbea24a1ae3e1b7bae
1 -- { dg-do compile }
2 -- { dg-options "-O -flto -g" { target lto } }
4 package body Lto15 is
6 function Proc (Data : Arr) return R is
7 begin
8 return (Data'Length, Data);
9 end;
11 end Lto15;