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
/
asm.adb
blob
575617c087886e74daee502cbf3c8536560cf54e
1
-- RUN: %llvmgcc -c %s
2
with
System
.
Machine_Code
;
3
procedure
Asm
is
4
begin
5
System
.
Machine_Code
.
Asm
(
""
);
6
end
;