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. | ||||
Gabor Greif | afb4e8c | 2008-05-20 22:07:21 +0000 | [diff] [blame] | 3 | ;; RUN: llvm-as %s -o /dev/null -f |
Tanya Lattner | fc98440 | 2008-02-16 23:27:24 +0000 | [diff] [blame] | 4 | @G = internal global [8 x i8] undef |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 5 |