blob: 567d8e436785f442d68b45d2d9f08961fba3a14c [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
Tanya Lattnercd0aa812004-11-06 21:40:51 +00002
Chris Lattner8afdc7d2003-05-31 23:27:10 +00003; The C backend was dying when there was no typename for a struct type!
4
5declare int %test(int,{ [32 x int] }*)
6