OpenGrok
Cross Reference: together.c
xref
: /
external
/
llvm
/
test
/
LLVMC
/
test_data
/
together.c
Home
|
History
|
Annotate
|
Download
|
only in
test_data
1
#
include
<
stdio.h
>
2
3
void
test
() {
4
printf
(
"hello\n"
);
5
}
6