summaryrefslogtreecommitdiff
path: root/llvm/test/Linker/metadata-b.ll
blob: 411f688af1144284c570d9f9ad360251b6045637 (plain)
1
2
3
4
5
6
7
8
9
; This file is for use with metadata-a.ll
; RUN: true

define void @goo(i32 %b) nounwind {
entry:
  ret void, !attach !0
}

!0 = !{i32 524334, ptr @goo}