hanchenye-llvm-project/llvm/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll

7 lines
90 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc
; PR933
fastcc bool %test() {
ret bool true
}