blob: 5968d8c68bc2e540f469429edeacefb31c7ac604 [file] [log] [blame]
; RUN: llvm-as < %s | opt -analyze -inline -disable-output
; PR 1526
; RUN: llvm-as < %s | opt -analyze -indvars -disable-output
; PR 1539
define i32 @test1() {
ret i32 0;
}