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
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
stack_usage1_pkg.adb
blob
1538b858fa3b04fdf8d203e28a5880348c12b392
1
package body
Stack_Usage1_Pkg
is
2
3
function
Ident_Int
(
X
:
Integer
)
return
Integer
is
4
begin
5
return
X
;
6
end
Ident_Int
;
7
8
procedure
My_Proc
(
X
:
R
)
is
9
begin
10
null
;
11
end
My_Proc
;
12
13
end
Stack_Usage1_Pkg
;