2009-06-02 17:52:33 +00:00
|
|
|
;; The bytecode writer was trying to treat undef values as ConstantArray's when
|
|
|
|
;; they looked like strings.
|
2009-10-14 17:57:32 +00:00
|
|
|
;; RUN: llvm-as %s -o /dev/null
|
2009-06-02 17:52:33 +00:00
|
|
|
@G = internal global [8 x i8] undef
|
|
|
|
|