2004-10-23 05:10:01 +02:00
|
|
|
;; The bytecode writer was trying to treat undef values as ConstantArray's when
|
|
|
|
;; they looked like strings.
|
2004-11-07 06:01:34 +01:00
|
|
|
;; RUN: llvm-as < %s -o /dev/null -f
|
2004-10-23 05:10:01 +02:00
|
|
|
%G = internal global [8 x sbyte] undef
|
|
|
|
|