Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
stack_usage5.adb
blob: 55d0f13e1fa64d0196d90b00444f748ac8460331 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-Wstack-usage=512"
}
procedure
Stack_Usage5
(
C
:
Character
)
is
S
:
String
(
1
..
300
);
procedure
Set
is
begin
S
(
1
)
:=
C
;
end
;
begin
Set
;
end
;