blob: a7397bf0fd9c19b48fbfd7dda7631323c1fe40e2 [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | opt -globalopt | llvm-dis | not grep internal
%G = internal global int 123
void %foo() {
store int 1, int* %G
ret void
}