llvm/lld/test/ELF/Inputs/icf-non-mergeable.s

.globl d1, d2
.section .data.d1, "aw"
d1:
  .quad 0

.section .data.d2, "aw"
d2:
  .quad 0