Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / limited_with7.adb
blob13e35fe3d65545b3743a1d7a26ebb7a3ae0e60c1
1 -- { dg-do compile }
3 with Limited_With7_Pkg; use Limited_With7_Pkg;
5 package body Limited_With7 is
7 procedure Proc (R : out Limited_With7_Pkg.Rec) is
8 begin
9 R.I := 0;
10 end;
12 end Limited_With7;