OpenGrok
Cross Reference: testStringConcat.c
xref
: /
frameworks
/
compile
/
libbcc
/
tests
/
data
/
src
/
testStringConcat.c
Home
|
History
|
Annotate
|
Download
|
only in
src
1
int
main
() {
2
return
printf
(
"Hello" "," " world\n"
);
3
}
4
5