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
/
varsize3_6.adb
blob
423e5082429cd3390f03da0043c7307944a14348
1
-- { dg-do compile }
2
3
with
Varsize3_Pkg1
;
use
Varsize3_Pkg1
;
4
5
procedure
Varsize3_6
is
6
7
Filter
:
Arr
renames
True
.
E
;
8
9
begin
10
null
;
11
end
;