blob: ca2af794c7e6b584949ef8a293d0370d40b5b928 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3%sptr1 = global [11x sbyte]* %somestr ;; Forward ref to a constant
4%somestr = constant [11x sbyte] c"hello world"
5