repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
FrontendC
/
inline-asm-function.c
blob
e5848409865b92544f0b65b28960e30eac0c0efe
1
// RUN: %llvmgcc -S %s -fasm-blocks -o - -O | grep naked
2
// 7533078 (partial).
3
4
asm
int
f
() {
5
xyz
6
}