repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.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
;