brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · b934131 Raw
7 lines · plain
1;; The bytecode writer was trying to treat undef values as ConstantArray's when2;; they looked like strings.3;; RUN: llvm-as %s -o /dev/null4;; RUN: verify-uselistorder %s5@G = internal global [8 x i8] undef6 7