1; RUN: %lli_mcjit -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 3declare i32 @FB() 4 5define i32 @main() nounwind { 6 %r = call i32 @FB( ) ; <i32> [#uses=1] 7 ret i32 %r 8} 9 10