1-- PR ada/42253 2-- Testcase by Duncan Sands <baldrick@gcc.gnu.org> 3 4-- { dg-do run } 5 6with Thin_Pointer2_Pkg; use Thin_Pointer2_Pkg; 7 8procedure Thin_Pointer2 is 9begin 10 if F /= '*' then 11 raise Program_Error; 12 end if; 13end; 14
1-- PR ada/42253 2-- Testcase by Duncan Sands <baldrick@gcc.gnu.org> 3 4-- { dg-do run } 5 6with Thin_Pointer2_Pkg; use Thin_Pointer2_Pkg; 7 8procedure Thin_Pointer2 is 9begin 10 if F /= '*' then 11 raise Program_Error; 12 end if; 13end; 14