Apparently adding these entries and regenerating llvm/configure results in
[oota-llvm.git] / test / CBackend / 2003-05-31-MissingStructName.ll
1 ; The C backend was dying when there was no typename for a struct type!
2
3 declare int %test(int,{ [32 x int] }*)
4