2ede90aa1cd5c265609f6e64bc09c3478b3020f4
[oota-llvm.git] / test / Assembler / 2006-12-09-Cast-To-Bool.ll
1 ; RUN llvm-upgrade < %s | llvm-as
2 bool %main(int %X) {
3   %res = cast bool true to bool
4   ret bool %res
5 }