1# REQUIRES: aarch64
2
3# We used to crash on this.
4
5# RUN: llvm-mc /dev/null -o %t.o -filetype=obj -triple=aarch64-pc-linux
6# RUN: ld.lld -T %s %t.o -o %t
7
8SECTIONS {
9  .ARM.exidx : { *(.foo) }
10}
11