xref: /llvm-project/llvm/test/Linker/Inputs/PR11464.b.ll (revision f2e868c566107eb2f54e3e6033199297ba11e2d9)
1%bug_type = type { ptr }
2%bar = type { i32 }
3
4define i32 @bug_a(ptr %fp) nounwind uwtable {
5entry:
6  ret i32 0
7}
8
9define i32 @bug_b(ptr %a) nounwind uwtable {
10entry:
11  ret i32 0
12}
13