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
Merged with mainline at revision 126347.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
aggr6.adb
blob
89f97025e2107e7eeb0c19c1f9d2aa8cbdb0f943
1
-- { dg-do compile }
2
3
with
aggr5
;
4
procedure
aggr6
is
5
procedure
Block
is
6
Wrapper
:
aliased
aggr5
.
Q_Action_Event
'Class
7
:=
aggr5
.
Q_Action_Event
'Class
(
aggr5
.
Build
(
0
));
8
begin
9
null
;
10
end
;
11
begin
12
null
;
13
end
;