Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / prot9.adb
blob6d1a21d0af8c5314d6e1814a13d93657a3839a32
1 -- { dg-do compile }
3 with Prot9_Gen;
4 with Prot9_Pkg1;
6 procedure Prot9 is
7 package Dummy is new Prot9_Gen (Prot9_Pkg1.Prot_Type);
8 begin
9 null;
10 end Prot9;