diff options
author | JF Bastien <jfb@chromium.org> | 2016-01-06 15:32:35 -0800 |
---|---|---|
committer | JF Bastien <jfb@chromium.org> | 2016-01-06 15:32:35 -0800 |
commit | d7632fc6d76289ab2d66f54cb8eb87049b743818 (patch) | |
tree | 21e72be74c9c6d51c2aeb8f5bbd0997124f636f1 /test/torture-s/enum-1.c.s | |
parent | 004bb9433e8e6143968530f9f0f60102aa5f7715 (diff) | |
download | binaryen-d7632fc6d76289ab2d66f54cb8eb87049b743818.tar.gz binaryen-d7632fc6d76289ab2d66f54cb8eb87049b743818.tar.bz2 binaryen-d7632fc6d76289ab2d66f54cb8eb87049b743818.zip |
Add test/torture-s
Diffstat (limited to 'test/torture-s/enum-1.c.s')
-rw-r--r-- | test/torture-s/enum-1.c.s | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/torture-s/enum-1.c.s b/test/torture-s/enum-1.c.s new file mode 100644 index 000000000..7e0996cda --- /dev/null +++ b/test/torture-s/enum-1.c.s @@ -0,0 +1,16 @@ + .text + .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/enum-1.c" + .globl main + .type main,@function +main: # @main + .result i32 +# BB#0: # %entry + i32.const $push0=, 0 + call exit, $pop0 + unreachable +func_end0: + .size main, func_end0-main + + + .ident "clang version 3.8.0 " + .section ".note.GNU-stack","",@progbits |