7264918a427e75ad61623e2d0ceb2e9fca9fd757
[oota-llvm.git] / test / Assembler / 2006-12-09-Cast-To-Bool.ll
1 ; RUN: llvm-as < %s | llvm-dis | grep bitcast
2 define bool %main(i32 %X) {
3   %res = bitcast bool true to bool
4   ret bool %res
5 }