[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / Linker / 2003-06-02-TypeResolveProblem.ll
blob785182b9934f9e1a15cfdc652063b9732dd4da3c
1 ; RUN: echo "%%T = type opaque" | llvm-as > %t.2.bc
2 ; RUN: llvm-as < %s > %t.1.bc
3 ; RUN: llvm-link %t.1.bc %t.2.bc
5 %T = type opaque
6 @a = constant { ptr } zeroinitializer           ; <ptr> [#uses=0]