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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline3_pkg.ads
blob
c5de874ca95448568fbb7e8701611c5c8af09069
1
package
Inline3_Pkg
is
2
3
procedure
Test
(
I
:
Integer
);
4
pragma
Inline_Always
(
Test
);
5
6
end
Inline3_Pkg
;