blob: ce89ca96cce6d6ccc54d5a1b98ff40359c3008e7 [file] [log] [blame]
// REQUIRES: x86
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
// RUN: rm -f %t.a
// RUN: llvm-ar rcs %t.a %t.o
// RUN: ld.lld -o /dev/null -u _start %t.a 2>&1 | count 0
.global _start
_start: