Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / lto24.adb
blob998b44782548429590b8d8c60506de19701781a7
1 -- { dg-do link }
2 -- { dg-options "-O -g -flto" { target lto } }
4 with Lto24_Pkg1;
6 procedure Lto24 is
7 R : Lto24_Pkg1.Rec (False);
8 begin
9 R.Empty := True;
10 end;