diff options
author | kripken <alonzakai@gmail.com> | 2011-07-09 10:28:19 -0700 |
---|---|---|
committer | kripken <alonzakai@gmail.com> | 2011-07-09 10:28:19 -0700 |
commit | c79828f6b89cc64cb21ebfa00454b8ce26718cf8 (patch) | |
tree | 2f7250c054c7ff46088b3877b619f5715699b66f /tests/autoassemble.c | |
parent | 4fe5b2b7b6d9695a81880922ee249c620880b5d2 (diff) | |
parent | 11e404d7a8c76dbc1f10e24f4cee527f36d20092 (diff) |
Merge pull request #47 from max99x/master
Emscripten.py rewrite
Diffstat (limited to 'tests/autoassemble.c')
-rw-r--r-- | tests/autoassemble.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/autoassemble.c b/tests/autoassemble.c new file mode 100644 index 00000000..0619933c --- /dev/null +++ b/tests/autoassemble.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main() { + puts("test\n"); + return 0; +} |