Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
inline3.adb
blob: 9eae4696ff0b5cd896dd8f3735612e17588bf6af [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
error
"not marked 'Inline_Always'"
""
{
target
*-*-*
}
0
}
--
{
dg
-
error
"cannot be inlined"
""
{
target
*-*-*
}
0
}
with
Inline3_Pkg
;
use
Inline3_Pkg
;
procedure
Inline3
is
begin
Test
(
0
);
end
;