Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
inline17.adb
blob: bb6e5c2563d4170cfae442fca836e2ea5201e726 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-O -gnatn"
}
with
Inline17_Pkg1
;
use
Inline17_Pkg1
;
with
Inline17_Pkg2
;
use
Inline17_Pkg2
;
procedure
Inline17
is
use
type SQL_Field
;
begin
Test
;
end
;