Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
HEAD
/
.
/
test
/
other
/
test_emit_tsd.c
blob: 1c8e0759c9ea7e597a55582712809efa2bdc0e97 [
file
]
#include
<emscripten.h>
EMSCRIPTEN_KEEPALIVE
void
fooVoid
()
{}
EMSCRIPTEN_KEEPALIVE
int
fooInt
(
int
a
,
int
b
)
{
return
42
;
}
int
main
()
{
}