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
/
tests
/
autoassemble.c
blob: 0619933c21945aca8ceb52b163ee5af4ce440a02 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
()
{
puts
(
"test
\n
"
);
return
0
;
}