1 ; This first line will generate the .o files for the next run line
2 ; RUN: llc -filetype=obj -o %t.o %p/Inputs/basic-object-source.ll
3 ; RUN: llvm-ar r %t.a %t.o
4 ; RUN: lli -jit-kind=orc-lazy -extra-archive %t.a %s
9 %r = call i32 @foo( ) ; <i32> [#uses=1]