Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
inline21.adb
blob: 5df569158eb3d13036fbaaf85c5fe4aaccef6f6e [
file
] [
log
] [
blame
]
--
{
dg
-
compile
}
--
{
dg
-
options
"-O -gnatn"
}
with
Inline21_Q
;
procedure
Inline21
is
begin
Inline21_Q
.
My_Nested_G
.
Proc
;
end
;