Whoops. Give this test some input. Doubly important since its XFAIL.
[oota-llvm.git] / test / CodeGen / CBackend / 2002-08-19-DataPointer.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3 %sptr1   = global [11x sbyte]* %somestr         ;; Forward ref to a constant
4 %somestr = constant [11x sbyte] c"hello world"
5