2006-10-02-BoolRetCrash.ll   [plain text]


; RUN: llvm-as < %s | llc 
; PR933

define fastcc i1 @test() {
        ret i1 true
}