repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline6.adb
blob
1d9e5b9fe415e11b3bfd6764447b4daf74809f20
1
-- { dg-do compile }
2
-- { dg-options "-O -gnatn -Winline" }
3
4
with
Inline6_Pkg
;
use
Inline6_Pkg
;
5
6
procedure
Inline6
is
7
begin
8
Test
(
0
);
9
end
;