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