2 -- { dg-options "-O -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_Deref3
is
11 type Int_Ptr
is access all Integer;
12 function n
return Int_Ptr
is
13 begin return null; end;