OpenGrok
Cross Reference: asm.c
xref
: /
gdk
/
sources
/
llvm-ndk-cc
/
tests
/
F_asm
/
asm.c
Home
|
History
|
Annotate
|
Download
|
only in
F_asm
1
void
root
() {
2
__asm__
(
"movl %eax, %ebx"
);
3
}
4