3 -- This test requires architecture- and OS-specific support code for unwinding
4 -- through signal frames (typically located in *-unwind.h) to pass. Feel free
5 -- to disable it if this code hasn't been implemented yet.
7 procedure Null_Pointer_Deref1
is
9 pragma Suppress
(All_Checks
);
11 type Int_Ptr
is access all Integer;
13 function Ident
return Int_Ptr
is
18 Data
: Int_Ptr
:= Ident
;