Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
inline17_pkg1.adb
blob: 80febe8be181b37f4ba6675c6544b90be3ac3a41 [
file
] [
log
] [
blame
]
with
Inline17_Pkg2
;
use
Inline17_Pkg2
;
package
body
Inline17_Pkg1
is
procedure
Test
is
begin
null
;
end
;
function
Get
(
Field
:
SQL_Field
)
return
Integer
is
begin
return
+
Field
;
end
;
end
Inline17_Pkg1
;