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
/
anon2.adb
blob
c114fcc8555aa8ea8fa9c12166bf60ced0ee1a61
1
-- { dg-do compile }
2
3
with
anon1
;
4
procedure
anon2
is
5
begin
6
if
anon1
.
F
/=
null then
7
null
;
8
end if
;
9
end
anon2
;