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
/
opt48_pkg2.ads
blob
d3edbeadb68a95d7e266fabf679df5984c1c0605
1
package
Opt48_Pkg2
is
2
3
pragma
Pure
;
4
5
type
Rec
(
L
:
Natural
)
is record
6
S
:
String
(
1
..
L
);
7
end record
;
8
9
function
F
return
Rec
;
10
11
end
Opt48_Pkg2
;