[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / Assembler / 2002-08-15-UnresolvedGlobalReference.ll
blob279c3ad0ba499d7fdee6a0e6b6969f0c95bd0575
1 ; RUN: llvm-as %s -o /dev/null
2 ; RUN: verify-uselistorder %s
4 @.LC0 = internal global [12 x i8] c"hello world\00"             ; <ptr> [#uses=1]
6 define ptr @test() {
7         ret ptr @.LC0