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_main.cpp
blob: 6fac53c6ad8601e37dd281cae2232d1a374e345c (
plain
)
1
2
3
4
5
6
7
8
extern
void
theFunc
(
char
*
str
);
int
main
()
{
theFunc
(
"hello from main"
);
return
1
;
}