1// REQUIRES: aarch64
2// RUN: llvm-mc -filetype=obj -triple aarch64-arm-none-eabi %s -o %t.o
3// RUN: ld.lld %t.o -o %t --icf=all --eh-frame-hdr
4
5.globl _start
6_start:
7.cfi_startproc
8.cfi_b_key_frame
9.cfi_endproc
10