blob: 694b80b78c1674351f79131dbac5a54fa09d36ac [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.
Dan Gohman2d65d352009-08-25 15:38:29 +00003;; RUN: llvm-as %s -o /dev/null
Tanya Lattnerfc984402008-02-16 23:27:24 +00004@G = internal global [8 x i8] undef
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005