repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
test
/
FrontendAda
/
var_size.adb
blob
291f91d4eebdd6b9bb3d26b4074fc07d9e98e20e
1
-- RUN: %llvmgcc -S %s -I%p/Support
2
package body
Var_Size
is
3
function
A
(
X
:
T
)
return
String
is
4
begin
5
return
X
.
A
;
6
end
;
7
end
;