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-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
elab2.adb
blob
3379a4172d3ae82293028c1791866ae126167568
1
-- { dg-do compile }
2
-- { dg-options "-gnatws" }
3
4
with
elab1
;
5
6
procedure
elab2
is
7
A
:
elab1
.
My_Rec
;
8
begin
9
null
;
10
end
;