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
/
elab3_pkg.adb
blob
76616d00eafc32010cde252c41e3244e9f33aa33
1
package body
Elab3_Pkg
is
2
procedure
Elaborator
is
3
begin
4
Proc
;
5
end
Elaborator
;
6
7
begin
8
if
Elaborate
then
9
Elaborator
;
10
end if
;
11
end
Elab3_Pkg
;