llvm/llvm/test/ExecutionEngine/OrcLazy/Inputs/hidden-definitions.ll

@bar = hidden global i32 0

define hidden i32 @foo() {
entry:
  ret i32 0
}