mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
aeb9bb8ba4
llvm-svn: 47296
5 lines
154 B
LLVM
5 lines
154 B
LLVM
; RUN: llvm-as < %s | llc -march=c
|
|
|
|
@sptr1 = global [11 x i8]* @somestr ;; Forward ref to a constant
|
|
@somestr = constant [11 x i8] c"hello world"
|