; RUN: %lli -use-orcmcjit %s > /dev/null define i32 @bar() { ret i32 0 } define i32 @main() { %r = call i32 @bar( ) ; [#uses=1] ret i32 %r }