blob: 3c2654456c8c2e126446224e41f3aa2195664eb9 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001;; The bytecode writer was trying to treat undef values as ConstantArray's when
2;; they looked like strings.
Tanya Lattnerfc984402008-02-16 23:27:24 +00003;; RUN: llvm-as < %s -o /dev/null -f
4@G = internal global [8 x i8] undef
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005