1# REQUIRES: x86 2 3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t 4# RUN: ld.lld %t -o /dev/null -shared --gc-sections 5 6.global foo 7foo = 0x123 8