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
P0329R4: Designated Initialization
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
test_ai254.adb
blob
18f6583725924b93a0679f1173a70cfc8d0550f1
1
-- { dg-do compile }
2
3
procedure
test_ai254
is
4
function
Func
5
(
Obj
:
not null access protected function
(
X
:
Float
)
return
Float
)
6
return not null access protected function
(
X
:
Float
)
return
Float
is
7
begin
8
return null
;
9
end
;
10
begin
11
null
;
12
end
;