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
2015-05-04 Andrew Sutton <andrew.n.sutton@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
aggr20.adb
blob
85111e25b4eee8b01c7c337614400f8c2758c6c3
1
-- { dg-do compile }
2
3
package body
Aggr20
is
4
5
procedure
Proc
(
R
:
out
Rec3
)
is
6
begin
7
R
:= (
Callback
=>
Nil_Rec2
);
8
end
;
9
10
end
Aggr20
;