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
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline10.adb
blob
084533009072d9a685400292f653f3f098e6858f
1
-- { dg-do compile }
2
-- { dg-options "-O -gnatn -Winline" }
3
4
with
Inline10_Pkg
;
use
Inline10_Pkg
;
5
6
procedure
Inline10
is
7
begin
8
Test
(
0
);
9
end
;