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
c++: constrained lambda error-recovery [PR108972]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
varsize3_4.adb
blob
fe193740968f886b236a259f13da954d316f9af4
1
-- { dg-do compile }
2
3
with
Varsize3_Pkg1
;
use
Varsize3_Pkg1
;
4
5
procedure
Varsize3_4
is
6
7
Filter
:
Object
renames
True
;
8
9
begin
10
null
;
11
end
;