blob: 567d8e436785f442d68b45d2d9f08961fba3a14c [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; 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
5declare int %test(int,{ [32 x int] }*)
6