diff options
Diffstat (limited to 'test/torture-s/20010119-1.c.s')
-rw-r--r-- | test/torture-s/20010119-1.c.s | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/torture-s/20010119-1.c.s b/test/torture-s/20010119-1.c.s new file mode 100644 index 000000000..f769d3773 --- /dev/null +++ b/test/torture-s/20010119-1.c.s @@ -0,0 +1,34 @@ + .text + .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010119-1.c" + .globl bar + .type bar,@function +bar: # @bar + .param i32 +# BB#0: # %entry + return +func_end0: + .size bar, func_end0-bar + + .globl baz + .type baz,@function +baz: # @baz + .param i32 +# BB#0: # %entry + return +func_end1: + .size baz, func_end1-baz + + .globl main + .type main,@function +main: # @main + .result i32 +# BB#0: # %entry + i32.const $push0=, 0 + call exit, $pop0 + unreachable +func_end2: + .size main, func_end2-main + + + .ident "clang version 3.8.0 " + .section ".note.GNU-stack","",@progbits |