aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/metadata-b.ll
blob: fd2fd28e1d994304975650bb4b768e0805db5fcf (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, void (i32)* @goo}