(root)/
binutils-2.41/
ld/
testsuite/
ld-linkonce/
sym1.s
 .data
 .global two
two:
 .long 2

 .section .gnu.linkonce.d.foo, "aw"
 .global foo
# PE signature of the comdat group
foo:
 .global one
one:
 .long 1