llvm/llvm/test/tools/llvm-objdump/ELF/AArch64/disassemble-align.s

# RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t
# RUN: llvm-objdump --no-print-imm-hex -d %t | tr '\t' '|' | FileCheck --match-full-lines --strict-whitespace %s

## Use '|' to show where the tabs line up.
#       CHECK:0000000000000000 <.text>:
#  CHECK-NEXT:       0: 91001062     |add|x2, x3, #4{{$}}
#  CHECK-NEXT:       4: d503201f     |nop
#  CHECK-NEXT:       8: ff ff 00 00  |.word|0x0000ffff

  add x2, x3, #4
  nop
  .word 0xffff