Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | ;; The bytecode writer was trying to treat undef values as ConstantArray's when |
2 | ;; they looked like strings. | ||||
Tanya Lattner | fc98440 | 2008-02-16 23:27:24 +0000 | [diff] [blame^] | 3 | ;; RUN: llvm-as < %s -o /dev/null -f |
4 | @G = internal global [8 x i8] undef | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 5 |