2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / thin_pointer2.adb
blob52c4dd6deab1a864bc9460f50056147c57911d98
1 -- PR ada/42253
2 -- Testcase by Duncan Sands <baldrick@gcc.gnu.org>
4 -- { dg-do run }
6 with Thin_Pointer2_Pkg; use Thin_Pointer2_Pkg;
8 procedure Thin_Pointer2 is
9 begin
10 if F /= '*' then
11 raise Program_Error;
12 end if;
13 end;