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++: prvalue of array type [PR111286]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline21.adb
blob
5df569158eb3d13036fbaaf85c5fe4aaccef6f6e
1
-- { dg-compile }
2
-- { dg-options "-O -gnatn" }
3
4
with
Inline21_Q
;
5
6
procedure
Inline21
is
7
begin
8
Inline21_Q
.
My_Nested_G
.
Proc
;
9
end
;