blob: 62f75e123be7dd27b081cc2513f99c066c80b5ee [file] [log] [blame]
; RUN: opt < %s -globalopt -S | grep internal | count 2
global i32 0
define i32* @1() {
ret i32* @0
}
define i32* @f() {
entry:
call i32* @1()
ret i32* %0
}