summaryrefslogtreecommitdiff
path: root/test/Linker/metadata-b.ll
blob: ef0270af07560f3eb3d5832a0b5608f2c54fe7b5 (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, !and !{ i32 %b }
}

!0 = metadata !{i32 524334, void (i32)* @goo}