1; RUN: llc -mtriple=armv7-linux-gnu -O0 < %s
2@a = external global i32
3define i32* @get() {
4  ret i32* @a
5}
6