repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
FrontendAda
/
Support
/
var_size.ads
blob
6a570cba8bd1f2df2c13bec5c7c263702a8b88ae
1
package
Var_Size
is
2
type
T
(
Length
:
Natural
)
is record
3
A
:
String
(
1
..
Length
);
4
B
:
String
(
1
..
Length
);
5
end record
;
6
function
A
(
X
:
T
)
return
String
;
7
end
;