Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
b39bb50eb9f2c8c43d69aca8582c7c57634a0f04
/
.
/
tests
/
asm_swap.cpp
blob: ee2fc0f9261d19edf07e9ba13f989dee4bd0e827 [
file
] [
log
] [
blame
]
#include
<emscripten.h>
extern
"C"
{
int
EMSCRIPTEN_KEEPALIVE func
()
{
return
10
;
}
void
EMSCRIPTEN_KEEPALIVE report
(
int
result
)
{
REPORT_RESULT
();
}
}