project('ld binary')
ld = find_program('ld')
assert(run_command(ld, '--version', check: false).returncode() == 0)