Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
inline6.adb
blob: 1d9e5b9fe415e11b3bfd6764447b4daf74809f20 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-O -gnatn -Winline"
}
with
Inline6_Pkg
;
use
Inline6_Pkg
;
procedure
Inline6
is
begin
Test
(
0
);
end
;