index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
twopart_side.cpp
blob: f6cb92b882d385c8483bb6e30f4b9ba6cbf56214 (
plain
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
void
theFunc
(
char
*
str
)
{
printf
(
"side got: %s, over
\n
"
,
str
);
}