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