Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / ref_type.adb
blob3d36b96ff9628792f0efb66bf55c36bad28e682c
2 -- { dg-do compile }
4 package body ref_type is
5 procedure Print (X : T) is
6 begin
7 null;
8 end;
9 end ref_type;