llvm/lld/test/wasm/Inputs/allow-multiple-definition.s

  .hidden foo
  .globl  foo
foo:
  .functype foo () -> (i32)
  i32.const 1
  end_function