blob: cc988f26618cf7b63b9da42d4b20b44b37ee6640 [file] [log] [blame]
; RUN: llvm-as < %s | llc
; PR933
define fastcc i1 @test() {
ret i1 true
}