ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19175.t
blob1018e9e884d4b63b2afb90e9f9cbc5a0f8798397
1 EXTERN(_start)
2 ENTRY(_start)
4 SECTIONS
6   .text :
7   {
8     _text = .;
9     *(.text*)
10   }