Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / concat5_pkg2.adb
blob98bd38826b2e120a918ca4a1208cf05389caf049
1 package body Concat5_Pkg2 is
3 procedure Compare (S : String) is
4 begin
5 if S /= "option -RTS=none should start with '--'" then
6 raise Program_Error;
7 end if;
8 end;
10 end Concat5_Pkg2;