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
/
inline17_pkg1.ads
blob
78f26b160fb7ce6c151880de414be67bd7a7d29d
1
2
package
Inline17_Pkg1
is
3
4
procedure
Test
;
5
pragma
Inline
(
Test
);
6
7
end
Inline17_Pkg1
;