OpenGrok
Cross Reference: hello-llvm.c
xref
: /
gdk
/
sources
/
llvm-ndk-cc
/
tests
/
P_hello
/
hello-llvm.c
Home
|
History
|
Annotate
|
Download
|
only in
P_hello
1
int
bar
();
2
3
double
hello
() {
4
int
foobar
=
bar
() +
123
;
5
return
(
double
)
foobar
;
6
}
7