These were moved to ../SPARC
[oota-llvm.git] / test / CodeGen / CBackend / 2003-05-31-MissingStructName.ll
1 ; RUN: llvm-as < %s | llc -march=c
2
3 ; The C backend was dying when there was no typename for a struct type!
4
5 declare int %test(int,{ [32 x int] }*)
6