]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pr58564.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr58564.c.s
1 .text
2 .file "pr58564.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 $push0=, 0
11 i32.const $push2=, 0
12 i32.store b($pop0), $pop2
13 i32.const $push1=, 0
14 # fallthrough-return: $pop1
15 .endfunc
16 .Lfunc_end0:
17 .size main, .Lfunc_end0-main
18 # -- End function
19 .hidden c # @c
20 .type c,@object
21 .section .bss.c,"aw",@nobits
22 .globl c
23 .p2align 2
24 c:
25 .int32 0
26 .size c, 4
27
28 .hidden d # @d
29 .type d,@object
30 .section .data.d,"aw",@progbits
31 .globl d
32 .p2align 2
33 d:
34 .int32 c
35 .size d, 4
36
37 .hidden a # @a
38 .type a,@object
39 .section .bss.a,"aw",@nobits
40 .globl a
41 .p2align 2
42 a:
43 .int32 0 # 0x0
44 .size a, 4
45
46 .hidden b # @b
47 .type b,@object
48 .section .bss.b,"aw",@nobits
49 .globl b
50 .p2align 2
51 b:
52 .int32 0 # 0x0
53 .size b, 4
54
55
56 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"