Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / CBackend / 2003-05-31-MissingStructName.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | 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