2 -- { dg-options "-gnatp" }
4 -- This test requires architecture- and OS-specific support code for unwinding
5 -- through signal frames (typically located in *-unwind.h) to pass. Feel free
6 -- to disable it if this code hasn't been implemented yet.
8 procedure Null_Pointer_Deref2
is
13 type Int_Ptr
is access all Integer;
15 function Ident
return Int_Ptr
is
19 Data
: Int_Ptr
:= Ident
;
23 when Constraint_Error | Storage_Error
=> null;