1 // REQUIRES: aarch64-registered-target
2 // RUN: %clang -cc1as -triple aarch64 %s -filetype obj -mmapsyms=implicit -o %t.o
3 // RUN: llvm-readelf -s %t.o | FileCheck %s
4
5 // CHECK: Symbol table '.symtab' contains 1 entries:
6 nop
7
8 .data
9 .quad 0
10