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
PR target/84336
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
aggr9.adb
blob
70d026fdd286b3749a378dfbe1ef5f9afc87e5f0
1
-- { dg-do compile }
2
-- { dg-options "-O" }
3
4
package body
Aggr9
is
5
6
procedure
Proc
(
X
:
R1
)
is
7
M
:
R2
:= (
F
=>
X
);
8
begin
9
Send
(
M
);
10
end
;
11
12
end
Aggr9
;