2 -- { dg-require-stack-check "" }
3 -- { dg-options "-O -fstack-check" }
5 package body Stack_Check3
is
7 type Int_Arr
is array (1 .. 34) of Integer;
9 type Rec
(D
: Boolean := False) is
12 when True => IA
: Int_Arr
;
17 type Rec_Arr
is array (1 .. 256) of Rec
;
25 protected body Prot_Arr
is
28 A
:= (others => (D
=> False));