blob: 7ae13ec54c30a4246a1bb20a20465febe37ac1b3 [file] [log] [blame]
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00001; RUN: llvm-as < %s | llc -march=c
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00003@sptr1 = global [11 x i8]* @somestr ;; Forward ref to a constant
4@somestr = constant [11 x i8] c"hello world"