| .text |
| .file "921218-2.c" |
| .section .text.f,"ax",@progbits |
| .hidden f # -- Begin function f |
| .globl f |
| .type f,@function |
| f: # @f |
| .result i32 |
| # %bb.0: # %entry |
| i32.const $push0=, 65535 |
| # fallthrough-return: $pop0 |
| .endfunc |
| .Lfunc_end0: |
| .size f, .Lfunc_end0-f |
| # -- End function |
| .section .text.main,"ax",@progbits |
| .hidden main # -- Begin function main |
| .globl main |
| .type main,@function |
| main: # @main |
| .result i32 |
| # %bb.0: # %entry |
| i32.const $push0=, 0 |
| call exit@FUNCTION, $pop0 |
| unreachable |
| .endfunc |
| .Lfunc_end1: |
| .size main, .Lfunc_end1-main |
| # -- End function |
| |
| .ident "clang version 7.0.0 (https://llvm.googlesource.com/clang.git 1f874ca3c3f27c2149b6b33ca4a5966b3577280d) (https://llvm.googlesource.com/llvm.git 2e4bd2aa729dd2c33cdca2b39c971c675e914001)" |
| .functype exit, void, i32 |