]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pr60072.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr60072.c.s
1 .text
2 .file "pr60072.c"
3 .section .text.main,"ax",@progbits
4 .hidden main # -- Begin function main
5 .globl main
6 .type main,@function
7 main: # @main
8 .result i32
9 # BB#0: # %entry
10 i32.const $push1=, 0
11 i32.const $push0=, 2
12 i32.store c($pop1), $pop0
13 i32.const $push2=, 0
14 # fallthrough-return: $pop2
15 .endfunc
16 .Lfunc_end0:
17 .size main, .Lfunc_end0-main
18 # -- End function
19 .hidden c # @c
20 .type c,@object
21 .section .data.c,"aw",@progbits
22 .globl c
23 .p2align 2
24 c:
25 .int32 1 # 0x1
26 .size c, 4
27
28
29 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"