1 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null 2 3 declare i32 @FB() 4 5 define i32 @main() nounwind { 6 %r = call i32 @FB( ) ; <i32> [#uses=1] 7 ret i32 %r 8 } 9 10