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
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline6_pkg.ads
blob
dd0b498ed27603bce11cd90856a56ec46c86f6ee
1
package
Inline6_Pkg
is
2
3
procedure
Test
(
I
:
Integer
);
4
pragma
Inline
(
Test
);
5
6
end
Inline6_Pkg
;