1; RUN: %lli -jit-kind=mcjit %s > /dev/null2; RUN: %lli %s > /dev/null3 4define i32 @main() {5 ret i32 06}7 8