blob: b0d83d0a0c6c90c2aa8d9e34632b8206b5438592 [file] [log] [blame]
Devang Patel9a259a22007-06-28 23:09:25 +00001; RUN: llvm-as < %s | opt -analyze -inline -disable-output
2; PR 1526
3define i32 @test1() {
4 ret i32 0;
5}