blob: 46fac76433b3320360243caac343a7885614b714 [file] [log] [blame]
; RUN: llvm-as < %s | opt -globalopt | llvm-dis | not grep global
%X = internal global int 4
int %foo() {
%V = load int* %X
ret int %V
}