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 ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
elim1.ads
blob
7a7bd3588b481a6ad34be372a6e116a8389361a8
1
pragma
Eliminate
(
p
,
d
);
2
package
elim1
is
3
type
t
is tagged null record
;
4
procedure
d
(
a
:
t
);
5
end
;