xref: /llvm-project/llvm/test/Assembler/2004-10-22-BCWriterUndefBug.ll (revision c8eccd1147800b8a2720ded56f42c7342812430e)
1;; The bytecode writer was trying to treat undef values as ConstantArray's when
2;; they looked like strings.
3;; RUN: llvm-as %s -o /dev/null
4;; RUN: verify-uselistorder %s
5@G = internal global [8 x i8] undef
6
7