1// REQUIRES: x86 2// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t 3// RUN: ld.lld %t -o /dev/null 4.global _start 5_start: 6.long _GLOBAL_OFFSET_TABLE_ 7