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