Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / anon3.ads
blob39978c20188db2b6e423b3fde983f080315eb27a
1 package Anon3 is
2 X : access Integer := new Integer;
3 procedure Dummy;
4 end Anon3;