Sign in
ara-mdk
/
platform
/
frameworks
/
compile
/
libbcc
/
2cb9d2c8f43c61ecfacc3f85a56cd558dde7514c
/
.
/
tests
/
data
/
src
/
testStringConcat.c
blob: bf06ae18ef236e2412a2166db3840c0fbd03a8cd [
file
] [
log
] [
blame
]
int
main
()
{
return
printf
(
"Hello"
","
" world\n"
);
}