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++: prvalue of array type [PR111286]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
entry1.ads
blob
7dcc7b5c38d5730bd4c4520fe8d3ca6b7e8f5c66
1
PACKAGE
Entry1
IS
2
FUNCTION
pt
(
t
:
IN
Float
)
RETURN
Natural
;
3
FUNCTION
pt2
(
t
:
IN
Float
)
RETURN
Natural
;
4
END
Entry1
;