repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
stack_usage3_pkg.ads
blob
e4a80c3ff71a2a5f2f213c6bda231cf9baaa24b5
1
package
Stack_Usage3_Pkg
is
2
3
subtype
Small_String
is
String
(
1
.
.80
);
4
5
function
Diag
(
S
:
String
)
return
Small_String
;
6
7
end
Stack_Usage3_Pkg
;