13 lines · plain
1// REQUIRES: x862// Ensure that a mergeable string with size 0 does not cause any issue.3 4// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o5// RUN: ld.lld %t.o -o /dev/null6 7.globl _start, s8.section .rodata.str1.1,"aMS",@progbits,19s:10.text11_start:12 .quad s13