Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu
[binutils-gdb.git] / ld / testsuite / ld-i386 / pr23189.t
1 EXTERN(_start)
2 ENTRY(_start)
3
4 SECTIONS
5 {
6 .text :
7 {
8 HIDDEN (__hidden_sym = .);
9 *(.text*)
10 }
11 }