xref
: /
aosp_15_r20
/
external
/
bazelbuild-rules_go
/
tests
/
core
/
cgo
/
foo.c
(revision 9bb1b549b6a84214c53be0924760be030e66b93a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
foo()
3
void
foo
() {
4
printf
(
"foo\n"
);
5
}
6
7
8