blob: b93413139430f05612bcb9d4c0a8952c0ec978f7 [file] [log] [blame]
Chris Lattner7450d812004-10-23 03:10:01 +00001;; The bytecode writer was trying to treat undef values as ConstantArray's when
2;; they looked like strings.
Dan Gohmanfea1dd02009-08-25 15:38:29 +00003;; RUN: llvm-as %s -o /dev/null
Duncan P. N. Exon Smith13f5c582014-08-19 21:08:27 +00004;; RUN: verify-uselistorder %s
Tanya Lattner91974932008-02-16 23:27:24 +00005@G = internal global [8 x i8] undef
Chris Lattner7450d812004-10-23 03:10:01 +00006