llvm-6502/test/Assembler/2006-12-09-Cast-To-Bool.ll

6 lines
105 B
LLVM
Raw Normal View History

; RUN llvm-upgrade < %s | llvm-as
bool %main(int %X) {
%res = cast bool true to bool
ret bool %res
}