mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 18:02:17 -04:00
5 lines
107 B
LLVM
5 lines
107 B
LLVM
; RUN: llc -mtriple=armv7-linux-gnu -O0 < %s
|
|
@a = external global i32
|
|
define i32* @get() {
|
|
ret i32* @a
|
|
}
|