1 ; RUN: llvm-as < %s | llvm-dis | grep bitcast 2 3 define i1 @main(i32 %X) { 4 %res = bitcast i1 true to i1 5 ret i1 %res 6 } 7