blob: 7da48531d880ee96833b27577a15a858a15081f4 (
plain)
1
2
3
4
5
|
;; The bytecode writer was trying to treat undef values as ConstantArray's when
;; they looked like strings.
;; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
%G = internal global [8 x sbyte] undef
|