blob: 47c682da6f435614f82b1007c6ce725e74afba74 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=bfin
declare i32 @printf(i8*, ...)
define i32 @main() {
%1 = call i32 (i8*, ...)* @printf(i8* undef, i1 undef)
ret i32 0
}