llvm/lld/test/ELF/linkerscript/Inputs/symbol-reserved.script

SECTIONS
{
  .text : { *(.text) }
  PROVIDE_HIDDEN(_end = .);
}