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
/
predicate10.adb
blob
019038d55ccc4feef629ea0e552d9c24dfb3e992
1
-- { dg-do run }
2
3
with
Predicate10_Pkg
;
use
Predicate10_Pkg
;
4
5
procedure
Predicate10
is
6
X
:
I_Pointer
:=
new
Integer
'(0);
7
begin
8
Foo (1, X);
9
end;