Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/node
/
.
/
tests
/
test_closure_warning.c
blob: 63b90efc4092f0cdedd35ca4214da0d58edda9af [
file
] [
log
] [
blame
] [
edit
]
#include
<emscripten.h>
int
main
()
{
EM_ASM
(
foo
=
2
;
var foo
;
console
.
log
(
foo
));
}