Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
fa339b76424ca9fbe5cf15faea0295d2ac8d58cc
/
.
/
test
/
export_module.js
blob: 8829a7a359411b709df94fa31d19ec61929a519f [
file
] [
log
] [
blame
]
function
doNothing
()
{
return
false
;
}
export
{
doNothing
};