fix Windows build
[binutils-gdb.git] / ld / testsuite / ld-scripts / align-with-input.t
blob616061c81ce573209616e75066023fc8749ec941
1 SECTIONS {
2   .abc : ALIGN(1) ALIGN_WITH_INPUT {
3     *(.abc)
4   }