Eric Christopher | b9fd9ed | 2014-08-07 22:02:54 +0000 | [diff] [blame^] | 1 | ; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll %s > /dev/null |
Andrew Kaylor | 1b2cfb6 | 2013-10-04 00:49:38 +0000 | [diff] [blame] | 2 | |
3 | declare i32 @FB() | ||||
4 | |||||
5 | define i32 @main() { | ||||
6 | %r = call i32 @FB( ) ; <i32> [#uses=1] | ||||
7 | ret i32 %r | ||||
8 | } | ||||
9 |