blob: c18eda67b16c1497a59685f7a376f6299513ff27 [file] [log] [blame]
Andrew Kaylor4968ca52013-10-05 01:53:19 +00001; RUN: %lli_mcjit -extra-modules=%p/multi-module-b.ir,%p/multi-module-c.ir -relocation-model=pic -code-model=small %s > /dev/null
2
3declare i32 @FB()
4
5define i32 @main() {
6 %r = call i32 @FB( ) ; <i32> [#uses=1]
7 ret i32 %r
8}
9