index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
eliminator
/
node_modules
/
uglify-js
/
test
/
unit
/
compress
/
expected
/
empty-blocks.js
blob: c5836bd3101d9b4df1fa182874880a523f80b644 (
plain
)
1
function
bar
(){
return
--
x
}
function
foo
(){
while
(
bar
());}
function
mak
(){
for
(;;);}
var
x
=
5