# File lib/mkmf.rb, line 307
def try_link0(src, opt="", &b)
  try_do(src, link_command("", opt), &b)
end