2009-03-06-Anonymous.ll   [plain text]


; RUN: llvm-as < %s | opt -globalopt | llvm-dis | grep internal | count 2

global i32 0
define i32* @1() {
	ret i32* @0
}
define i32* @f() {
entry:
	call i32* @1()
	ret i32* %0
}