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
/
inline7_pkg1.ads
blob
6a69ec7b862acab040516ef7338bcfeff1cd9a2a
1
package
Inline7_Pkg1
is
2
3
procedure
Test
(
I
:
Integer
);
4
pragma
Inline
(
Test
);
5
6
end
Inline7_Pkg1
;