llvm/lld/test/ELF/linkerscript/Inputs/insert-after.script

SECTIONS {
  .text  : { *(.text.*) }
  .data  : { *(.data.*) }
}