Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
fa339b76424ca9fbe5cf15faea0295d2ac8d58cc
/
.
/
test
/
test_closure_warning.c
blob: 63b90efc4092f0cdedd35ca4214da0d58edda9af [
file
]
#include
<emscripten.h>
int
main
()
{
EM_ASM
(
foo
=
2
;
var foo
;
console
.
log
(
foo
));
}