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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline5_pkg.ads
blob
2d2e9c332ab68f785e8bbc5e9315b040546eebcd
1
package
Inline5_Pkg
is
2
3
procedure
Test
(
I
:
Integer
);
4
pragma
Inline
(
Test
);
5
6
end
Inline5_Pkg
;