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_pkg2.ads
blob
bf89d5573ec088f7f31df57a5b9c66e9accf8fb3
1
with
Inline17_Pkg3
;
use
Inline17_Pkg3
;
2
3
package
Inline17_Pkg2
is
4
5
subtype
SQL_Field
is
Inline17_Pkg3
.
SQL_Field
;
6
7
function
"+"
(
Field
:
SQL_Field
'Class
)
return
Integer
renames
8
Inline17_Pkg3
.
"+"
;
9
10
end
Inline17_Pkg2
;