xref: /llvm-project/llvm/test/Linker/metadata-b.ll (revision f2e868c566107eb2f54e3e6033199297ba11e2d9)
1; This file is for use with metadata-a.ll
2; RUN: true
3
4define void @goo(i32 %b) nounwind {
5entry:
6  ret void, !attach !0
7}
8
9!0 = !{i32 524334, ptr @goo}
10