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
/
emit_var.ads
blob
47e2538691aca1fbd4928b8ab61a0801f1bcad84
1
-- RUN: %llvmgcc -S %s
2
with
Ada
.
Finalization
;
3
package
Emit_Var
is
4
type
Search_Type
is new
Ada
.
Finalization
.
Controlled
with null record
;
5
end
;