1 ; RUN: lli -jit-kind=orc-lazy %s
3 ; Basic sanity check: We can make a call inside lazily JIT'd code.
4 ; Compared to minimal.ll, this demonstrates that we can call through a stub.
11 define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
13 %0 = call i32() @foo()