1 ; RUN: llvm-upgrade < %s | llvm-as | opt -inline | llvm-dis | \
2 ; RUN: not grep {%G = alloca int}
4 ; In this testcase, %bar stores to the global G. Make sure that inlining does
5 ; not cause it to store to the G in main instead.
17 internal void %bar() {
18 store int 123, int* %G