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
x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline10_pkg.ads
blob
ba648244b0db23422bc995b64ddc0e6f2815d541
1
package
Inline10_Pkg
is
2
3
procedure
Test
(
I
:
Integer
);
4
pragma
Inline
(
Test
);
5
6
end
Inline10_Pkg
;