Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / thunk1_pkg2.adb
blob71ad45d19a5858324c9aa6e80e198d2d8f33553e
1 package body Thunk1_Pkg2 is
3 procedure Op (This : in out Ext; S : String) is
4 begin
5 if S /= "Message" then
6 raise Program_Error;
7 end if;
8 end;
10 end Thunk1_Pkg2;