Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/export
/
.
/
tests
/
asm_swap2.cpp
blob: fd9fb0dc8d1b519cb9438d0906fae0434118e9d5 [
file
] [
log
] [
blame
] [
edit
]
#include
<emscripten.h>
extern
"C"
{
int
EMSCRIPTEN_KEEPALIVE func
()
{
return
22
;
}
void
EMSCRIPTEN_KEEPALIVE report
(
int
result
)
{
REPORT_RESULT
();
}
}