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
c++: constrained lambda error-recovery [PR108972]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline11.adb
blob
cf8e1335f1214aede894e314eb944591541e16d7
1
-- { dg-do compile }
2
-- { dg-options "-O -gnatn -Winline" }
3
4
with
Inline11_Pkg
;
use
Inline11_Pkg
;
5
6
procedure
Inline11
is
7
begin
8
Trace
(
0
);
9
end
;