New testcase for bool support
[oota-llvm.git] / test / ExecutionEngine / test-cast.ll
1
2 int %main() {
3   cast bool true to int
4   cast int 6 to bool
5
6   ret int 0
7 }