1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-24 06:30:19 +00:00
llvm-6502/test/CodeGen/CBackend/2002-08-19-DataPointer.ll
2009-09-09 00:09:15 +00:00

5 lines
144 B
LLVM

; RUN: llc < %s -march=c
@sptr1 = global [11 x i8]* @somestr ;; Forward ref to a constant
@somestr = constant [11 x i8] c"hello world"