aboutsummaryrefslogtreecommitdiff
path: root/test/Linker/metadata-b.ll
blob: 35d4f66ccbacb9cc6fc9ce72f0ca334f7ff9b8e8 (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 = metadata !{i32 524334, void (i32)* @goo}